blob: 04a7c07cf7178464ec63d20f34616cb26d61b7eb [file] [log] [blame]
nxpandroid64fd68c2015-09-23 16:45:15 +05301LOCAL_PATH:= $(call my-dir)
2
3########################################
nxpandroid64fd68c2015-09-23 16:45:15 +05304# NCI Configuration
5########################################
6include $(CLEAR_VARS)
7
8LOCAL_MODULE_TAGS := optional
9
10LOCAL_SRC_FILES := \
11 $(call all-java-files-under, src)
12
13LOCAL_SRC_FILES += \
14 $(call all-java-files-under, nci)
15
16LOCAL_PACKAGE_NAME := NfcNci
nxpandroid64fd68c2015-09-23 16:45:15 +053017LOCAL_CERTIFICATE := platform
18
19LOCAL_JNI_SHARED_LIBRARIES := libnfc_nci_jni
20
nxpandroid6fd9cdb2017-07-12 18:25:41 +053021LOCAL_JAVA_LIBRARIES := com.nxp.nfc
22
Nikhil Chhabra274a8c22018-03-07 14:28:49 +053023LOCAL_STATIC_JAVA_LIBRARIES := android-support-core-utils
Nikhil Chhabraf9453292018-04-18 11:18:35 +053024LOCAL_STATIC_JAVA_LIBRARIES += android.hidl.base-V1.0-java-static
Nikhil Chhabraefd6b092018-04-11 15:28:06 +053025LOCAL_STATIC_JAVA_LIBRARIES += vendor.nxp.secure_element-V1.0-java
nxpandroid6fd9cdb2017-07-12 18:25:41 +053026
nxpandroid64fd68c2015-09-23 16:45:15 +053027LOCAL_PROGUARD_ENABLED := disabled
28
29include $(BUILD_PACKAGE)
30
31include $(call all-makefiles-under,$(LOCAL_PATH))