Temporary disable eSE2 terminal

Bug: 187937707
Test: manual
Change-Id: I8d5a2b75851e9a42976db2ceb29d91374b914851
This commit is contained in:
George Chang 2021-05-18 19:06:05 +08:00
parent a23bc411fe
commit f989b01a09
2 changed files with 1 additions and 3 deletions

View file

@ -22,8 +22,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
# SecureElement # SecureElement
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.secure_element@1.2-service-gto \ android.hardware.secure_element@1.2-service-gto
android.hardware.secure_element@1.2-service-gto-ese2
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/google/gs101/nfc/libse-gto-hal.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libse-gto-hal.conf \ device/google/gs101/nfc/libse-gto-hal.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libse-gto-hal.conf \

View file

@ -3,6 +3,5 @@
<name>android.hardware.secure_element</name> <name>android.hardware.secure_element</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
<fqname>@1.2::ISecureElement/eSE1</fqname> <fqname>@1.2::ISecureElement/eSE1</fqname>
<fqname>@1.2::ISecureElement/eSE2</fqname>
</hal> </hal>
</manifest> </manifest>