blob: e5b93b50e19e79bc6b40458449d2678c4dd9ee26 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := Nfc
LOCAL_CERTIFICATE := platform
LOCAL_JNI_SHARED_LIBRARIES := libnfc_jni
LOCAL_PROGUARD_ENABLED := disabled
# dont build in master
# temporary
#include $(BUILD_PACKAGE)
#include $(call all-makefiles-under,$(LOCAL_PATH))