89b959b46f
Change-Id: I409106d641a3a68ef1c6885b36d226411c8fe356
15 lines
348 B
Makefile
15 lines
348 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE_TAGS := optional
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
|
|
LOCAL_MODULE:= com.android.nfc_extras
|
|
|
|
include $(BUILD_JAVA_LIBRARY)
|
|
|
|
# put the com.android.nfc_extras.jar into the dist directory
|
|
$(call dist-for-goals, droidcore, $(LOCAL_BUILT_MODULE):com.android.nfc_extras.jar)
|