Change-Id: I23bd70cc1c10f509e259d9c624702c0f1d1c4725
optee-module
## Keymaster
+ifeq ($(TARGET_HAS_TEE),true)
PRODUCT_PACKAGES += \
android.hardware.security.keymint-V1-ndk_platform.vendor \
android.hardware.security.secureclock-V1-ndk_platform.vendor \
libshmemcompat.vendor \
libsoft_attestation_cert.vendor \
libtrusty.vendor
-
-ifeq ($(TARGET_HAS_TEE),false)
+else
PRODUCT_PACKAGES += \
android.hardware.keymaster@4.1-service
endif