klte-common: nfc: pn547: Use prebuilt NFC HAL from 15.1

Change-Id: I03a252ff820d5bd8dde8faac5fa293242aaef1f2
This commit is contained in:
jrior001 2018-08-31 20:49:48 -04:00 committed by Kevin F. Haggerty
parent 1d071d7d7b
commit 23bbc0212e
No known key found for this signature in database
GPG Key ID: 6D95512933112729
5 changed files with 7 additions and 3 deletions

View File

@ -0,0 +1 @@
-vendor/lib/hw/nfc_nci.msm8974.so|7dcb79a385dd1155cb9b6310a3e7b85b7dc8db13

View File

@ -51,6 +51,7 @@ fi
setup_vendor "$DEVICE_COMMON" "$VENDOR" "$CM_ROOT" true
extract "$MY_DIR"/common-proprietary-files.txt "$SRC"
extract "$MY_DIR"/common-proprietary-files-pn547.txt "$SRC"
COMMON_BLOB_ROOT="$CM_ROOT"/vendor/"$VENDOR"/"$DEVICE_COMMON"/proprietary

View File

@ -19,4 +19,3 @@ include $(COMMON_PATH)/nfc/board.mk
# PN547 specific flags
BOARD_NFC_CHIPSET := pn547
BOARD_NFC_HAL_SUFFIX := msm8974

View File

@ -19,8 +19,7 @@ $(call inherit-product, device/samsung/klte-common/nfc/product.mk)
PRODUCT_PACKAGES += \
android.hardware.nfc@1.0-impl \
libpn547_fw \
nfc_nci.msm8974
libpn547_fw
PRODUCT_COPY_FILES += \
device/samsung/klte-common/nfc/pn547/libnfc-nci.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nci.conf \

View File

@ -41,6 +41,10 @@ write_headers "klte klteactivexx kltechn kltechnduo klteduos kltedv kltekdi klte
write_makefiles "$MY_DIR"/common-proprietary-files.txt
echo "ifeq (\$(strip \$(BOARD_NFC_CHIPSET)),pn547)" >> "$ANDROIDMK"
write_makefiles "$MY_DIR"/common-proprietary-files-pn547.txt
echo "endif" >> "$ANDROIDMK"
write_footers
if [ ! -z $VARIANT_COPYRIGHT_YEAR ]; then