diff options
author | mohamed sunfeer <msunfeer@codeaurora.org> | 2017-12-11 12:14:16 +0530 |
---|---|---|
committer | mohamed sunfeer <msunfeer@codeaurora.org> | 2017-12-11 12:14:16 +0530 |
commit | c49e1d3ad9df2d01f9d307c8cb2e28ada6308357 (patch) | |
tree | 572a62a5ffe9ee61ff166a1e0547e9f30bf940cd | |
parent | 22d1e75c14109c2c1f34129c37d535fc6475e0b4 (diff) |
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
-rw-r--r-- | sdm660_64.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk index 25a8333..38bb796 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -292,6 +292,8 @@ PRODUCT_PACKAGES += android.hardware.health@1.0-impl \ PRODUCT_COPY_FILES += \ 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 ifeq ($(ENABLE_VENDOR_IMAGE), true) KMGK_USE_QTI_SERVICE := true |