summaryrefslogtreecommitdiff
path: root/nfc
diff options
context:
space:
mode:
authorAndré Pinela <sheffzor@gmail.com>2017-04-04 22:44:18 +0100
committerAndré Pinela <sheffzor@gmail.com>2017-04-04 22:45:49 +0100
commite23588d83f3c84e66c594e58216287c77ea1fc09 (patch)
tree09c4001a358e03da632b958688c58b5fa1511b9d /nfc
parente7143bf551d56c33989c25e126c5e5679eae12cf (diff)
nfc: libnfc_jni: use android-support-v4 static lib
Change-Id: Ib713334c291f2e0fe97ce984fb4800eee5e3546b Signed-off-by: André Pinela <sheffzor@gmail.com>
Diffstat (limited to 'nfc')
-rw-r--r--nfc/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/nfc/Android.mk b/nfc/Android.mk
index cc2a8bc..4c4643d 100644
--- a/nfc/Android.mk
+++ b/nfc/Android.mk
@@ -95,6 +95,8 @@ LOCAL_CERTIFICATE := platform
LOCAL_JNI_SHARED_LIBRARIES := libnfc_jni
+LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4
+
LOCAL_PROGUARD_ENABLED := disabled
include $(BUILD_PACKAGE)