sdm660_64: Enable SOTER flag
Enable TARGET_SUPPORT_SOTER feature flag to enable SOTER for keymaster 2.0 for OTA upgrades to work. Change-Id: I9e9dcd6257a94f32777f673c31caa1b7e2a7895d
This commit is contained in:
parent
22d1e75c14
commit
c49e1d3ad9
1 changed files with 2 additions and 0 deletions
|
@ -292,6 +292,8 @@ PRODUCT_PACKAGES += android.hardware.health@1.0-impl \
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
frameworks/native/data/etc/android.hardware.opengles.aep.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.opengles.aep.xml
|
frameworks/native/data/etc/android.hardware.opengles.aep.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.opengles.aep.xml
|
||||||
|
|
||||||
|
TARGET_SUPPORT_SOTER := true
|
||||||
|
|
||||||
#Enable QTI KEYMASTER and GATEKEEPER HIDLs
|
#Enable QTI KEYMASTER and GATEKEEPER HIDLs
|
||||||
ifeq ($(ENABLE_VENDOR_IMAGE), true)
|
ifeq ($(ENABLE_VENDOR_IMAGE), true)
|
||||||
KMGK_USE_QTI_SERVICE := true
|
KMGK_USE_QTI_SERVICE := true
|
||||||
|
|
Loading…
Reference in a new issue