projects
/
GitHub
/
LineageOS
/
android_device_motorola_exynos9610-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61f5800
)
exynos9610: Enforce vintf kernel requirements
author
Michael Bestas
<mkbestas@lineageos.org>
Mon, 30 Oct 2023 15:38:30 +0000
(17:38 +0200)
committer
Nolen Johnson
<johnsonnolen@gmail.com>
Wed, 17 Apr 2024 16:38:50 +0000
(12:38 -0400)
The build system enables this for shipping API level >=29
but we also want it to pass the vintf runtime checks.
Change-Id: Ie2147893a1551b736880913334a3c134a17ca91c
common.mk
patch
|
blob
|
blame
|
history
diff --git
a/common.mk
b/common.mk
index ebac0351790f871c53ba56e4517f7ae9bb67a867..bfc6dad3997a0247a8d661868100ee7fba06ec52 100644
(file)
--- a/
common.mk
+++ b/
common.mk
@@
-433,6
+433,9
@@
PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
android.hardware.vibrator@1.0-service.exynos9610
+# VINTF
+PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS := true
+
# VNDK
PRODUCT_PACKAGES += \
libutils-v32