blob: dc45a50968f62e63832057c12f44daef398d2bc4 [file] [log] [blame]
Nick Pelly367f41f2011-03-08 11:43:30 -08001LOCAL_PATH:= $(call my-dir)
2
3include $(CLEAR_VARS)
4
5LOCAL_MODULE_TAGS := optional
6
Paul Duffin1f0b6c82017-05-22 15:58:56 +01007LOCAL_SRC_FILES := $(call all-java-files-under, java)
Paul Duffinccb04452017-01-10 12:08:23 +00008
Nick Pelly367f41f2011-03-08 11:43:30 -08009LOCAL_MODULE:= com.android.nfc_extras
10
11include $(BUILD_JAVA_LIBRARY)
Paul Duffin1f0b6c82017-05-22 15:58:56 +010012
13include $(call all-makefiles-under,$(LOCAL_PATH))