sanders: Uprev NFC HAL to 1.2

Signed-off-by: Melvin <kartik3163@gmail.com>
This commit is contained in:
dianlujitao
2020-02-18 20:41:29 +01:00
committed by ronaxdevil
parent 68f7dd4972
commit fbd14edf97
2 changed files with 2 additions and 2 deletions

View File

@@ -177,7 +177,7 @@
<hal format="hidl">
<name>android.hardware.nfc</name>
<transport>hwbinder</transport>
<version>1.1</version>
<version>1.2</version>
<interface>
<name>INfc</name>
<instance>default</instance>

View File

@@ -297,7 +297,7 @@ PRODUCT_PACKAGES += \
# NFC
PRODUCT_PACKAGES += \
android.hardware.nfc@1.1-service \
android.hardware.nfc@1.2-service \
com.android.nfc_extras \
libnfc \
NfcNci \