projects
/
GitHub
/
LineageOS
/
G12
/
android_device_amlogic_g12-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
776f2ca
)
g12-common: Invert keymaster deps inclusion logic
author
Bruno Martins
<bgcngm@gmail.com>
Wed, 4 Oct 2023 09:44:18 +0000
(10:44 +0100)
committer
Bruno Martins
<bgcngm@gmail.com>
Wed, 4 Oct 2023 09:52:04 +0000
(10:52 +0100)
The flag is only set for targets that don't support TEE.
Change-Id: I80594529f9d2506f7844a4e38c81740fe339c7b5
g12.mk
patch
|
blob
|
blame
|
history
diff --git
a/g12.mk
b/g12.mk
index be8cd89a5528634040802e4e6c2c32969d2dace1..aae9f170277df6ff6a6f3f2105b677b9e456dbb8 100644
(file)
--- a/
g12.mk
+++ b/
g12.mk
@@
-100,7
+100,7
@@
PRODUCT_PACKAGES += \
optee-module
## Keymaster
-if
eq ($(TARGET_HAS_TEE),tru
e)
+if
neq ($(TARGET_HAS_TEE),fals
e)
PRODUCT_PACKAGES += \
android.hardware.security.keymint-V1-ndk_platform.vendor \
android.hardware.security.secureclock-V1-ndk_platform.vendor \