summaryrefslogtreecommitdiffstats
path: root/halimpl
diff options
context:
space:
mode:
authorPo-Chien Hsueh <pchsueh@google.com>2017-02-14 17:47:51 +0800
committerPo-Chien Hsueh <pchsueh@google.com>2017-02-23 17:24:30 +0800
commit8a8b610006d7b2a3baf407c1100493a7a8527b54 (patch)
tree840ac515bdb49ee89f1018a4a1d74abc63ad260b /halimpl
parent6fca02d5010de7bd31d83b853c32138021da5f29 (diff)
downloadandroid_hardware_broadcom_nfc-8a8b610006d7b2a3baf407c1100493a7a8527b54.tar.gz
android_hardware_broadcom_nfc-8a8b610006d7b2a3baf407c1100493a7a8527b54.tar.bz2
android_hardware_broadcom_nfc-8a8b610006d7b2a3baf407c1100493a7a8527b54.zip
Install NFC vendor libraries to vendor partition
Install nfc_nci.xxx.so to vendor partition since it's hw related and is only used by NFC HAL. Bug: 35336739 Test: Verified on internal master with Android Beam and NFC apps Change-Id: I7eefdbf1e83411ef89d0d03520a294a6f1e0233a
Diffstat (limited to 'halimpl')
-rw-r--r--halimpl/pn54x/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/halimpl/pn54x/Android.mk b/halimpl/pn54x/Android.mk
index 051fffa..9ee8df5 100644
--- a/halimpl/pn54x/Android.mk
+++ b/halimpl/pn54x/Android.mk
@@ -45,6 +45,7 @@ endif
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := nfc_nci.$(TARGET_DEVICE)
+LOCAL_PROPRIETARY_MODULE := true
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_SRC_FILES := \
$(call all-c-files-under, common) \