sm8250-common: Bring back prebuilt NxpNfcNci
This commit is contained in:
parent
07ff3e7daa
commit
17aa9e3b15
4 changed files with 155 additions and 1 deletions
11
common.mk
11
common.mk
|
|
@ -149,8 +149,13 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.nfc@1.2:64 \
|
||||
android.hardware.secure_element@1.0:64 \
|
||||
com.android.nfc_extras \
|
||||
NfcNci \
|
||||
SecureElement \
|
||||
Tag \
|
||||
vendor.nxp.nxpese@1.0:64 \
|
||||
vendor.nxp.nxpnfc@1.0:64
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/vendor_overlay/$(PRODUCT_TARGET_VNDK_VERSION)/etc/libnfc-nci.conf
|
||||
|
||||
# Power
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
@ -160,6 +165,10 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/rootdir/etc/fstab.qcom:$(TARGET_COPY_OUT_RAMDISK)/fstab.qcom
|
||||
|
||||
# Remove unwanted packages
|
||||
PRODUCT_PACKAGES += \
|
||||
RemovePackages
|
||||
|
||||
# Soong namespaces
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
$(LOCAL_PATH) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue