Merge "Fixed nfc-extras build files"
This commit is contained in:
@@ -4,10 +4,10 @@ include $(CLEAR_VARS)
|
|||||||
|
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|
||||||
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
LOCAL_SRC_FILES := $(call all-java-files-under, java)
|
||||||
|
|
||||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
|
||||||
|
|
||||||
LOCAL_MODULE:= com.android.nfc_extras
|
LOCAL_MODULE:= com.android.nfc_extras
|
||||||
|
|
||||||
include $(BUILD_JAVA_LIBRARY)
|
include $(BUILD_JAVA_LIBRARY)
|
||||||
|
|
||||||
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||||
|
|||||||
@@ -22,6 +22,8 @@ LOCAL_JAVA_LIBRARIES := \
|
|||||||
android.test.runner \
|
android.test.runner \
|
||||||
com.android.nfc_extras
|
com.android.nfc_extras
|
||||||
|
|
||||||
|
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||||
|
|
||||||
# Include all test java files.
|
# Include all test java files.
|
||||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user