xpeng: Declare support for Mifare tags
This device uses an NXP chip and supports Mifare tags. This adds the xml file to make NXP's apps work properly. Change-Id: I9f2f04d3c5c211185bf2ab0d5a797070c49d4b98
This commit is contained in:
parent
42ef4334c5
commit
7a7306bb4b
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Permissions
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hcef.xml
|
||||
frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hcef.xml \
|
||||
frameworks/native/data/etc/com.nxp.mifare.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.nxp.mifare.xml
|
||||
|
||||
# Sensors
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Reference in a new issue