mirror of
https://github.com/moparisthebest/android_external_SafeParcel
synced 2024-12-12 02:12:17 -05:00
Add support for gradle structure to Android.mk
This commit is contained in:
parent
f8f7a73efd
commit
0bb4f3d602
@ -2,6 +2,6 @@ LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := SafeParcel
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src/main/java)
|
||||
|
||||
include $(BUILD_STATIC_JAVA_LIBRARY)
|
||||
|
Loading…
Reference in New Issue
Block a user