Merge "sdm660_64: Add conditional flag to switch HIDLs"
This commit is contained in:
commit
118a422b9f
1 changed files with 12 additions and 0 deletions
12
sdm660_64.mk
12
sdm660_64.mk
|
@ -258,3 +258,15 @@ PRODUCT_PACKAGES += android.hardware.health@1.0-impl \
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
frameworks/native/data/etc/android.hardware.opengles.aep.xml:system/etc/permissions/android.hardware.opengles.aep.xml
|
frameworks/native/data/etc/android.hardware.opengles.aep.xml:system/etc/permissions/android.hardware.opengles.aep.xml
|
||||||
|
|
||||||
|
#Enable QTI KEYMASTER and GATEKEEPER HIDLs
|
||||||
|
ifeq ($(ENABLE_VENDOR_IMAGE), true)
|
||||||
|
KMGK_USE_QTI_SERVICE := true
|
||||||
|
endif
|
||||||
|
|
||||||
|
#Enable AOSP KEYMASTER and GATEKEEPER HIDLs
|
||||||
|
ifneq ($(KMGK_USE_QTI_SERVICE), true)
|
||||||
|
PRODUCT_PACKAGES += android.hardware.gatekeeper@1.0-impl \
|
||||||
|
android.hardware.gatekeeper@1.0-service \
|
||||||
|
android.hardware.keymaster@3.0-impl \
|
||||||
|
android.hardware.keymaster@3.0-service
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue