mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
Deb: NFC: Fix HAL library name for Deb.
Bug: 9214294 Change-Id: Ie472b1ca25ccc4d43e06158e9d0ae71b17865dc1
This commit is contained in:
parent
9f550dd448
commit
ec0b3bbc00
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ PRODUCT_COPY_FILES := \
|
|||
PRODUCT_PACKAGES += \
|
||||
camera.deb
|
||||
|
||||
#NFC
|
||||
PRODUCT_PACKAGES += \
|
||||
nfc_nci.deb
|
||||
|
||||
# Do not power down SIM card when modem is sent to Low Power Mode.
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.radio.apm_sim_not_pwdn=1
|
||||
|
|
Loading…
Reference in a new issue