dubai: 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
9f50c233a7
commit
aa8d7ca464
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# Permissions
|
# Permissions
|
||||||
PRODUCT_COPY_FILES += \
|
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
|
# Sensors
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
Loading…
Reference in a new issue