Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a383d5ab authored by Paul Duffin's avatar Paul Duffin Committed by android-build-merger
Browse files

Merge "Fixed nfc-extras build files" am: d3ff4598 am: c1f0962e am: 4b6cf3d8

am: 7812f742

Change-Id: Ia2ab8836781f3fa98782bc790fc76545c8eecb5a
parents 8c693a60 7812f742
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@ include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := optional

LOCAL_SRC_FILES := $(call all-subdir-java-files)

LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
LOCAL_SRC_FILES := $(call all-java-files-under, java)

LOCAL_MODULE:= com.android.nfc_extras

include $(BUILD_JAVA_LIBRARY)

include $(call all-makefiles-under,$(LOCAL_PATH))
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ LOCAL_JAVA_LIBRARIES := \
    android.test.runner \
    com.android.nfc_extras

LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test

# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)