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:
20dbbf3
)
g12: Unset BOARD_VNDK_VERSION
author
Bruno Martins
<bgcngm@gmail.com>
Wed, 19 Feb 2020 21:17:32 +0000
(21:17 +0000)
committer
Bruno Martins
<bgcngm@gmail.com>
Sat, 11 Jun 2022 20:08:24 +0000
(21:08 +0100)
PRODUCT_USE_VNDK will be true in Android-P or later launching devices
and consequently BOARD_VNDK_VERSION will be set to 'current'.
Change-Id: Iaed3eb4875c00742903627d63b4f2968e356781b
BoardConfigCommon.mk
patch
|
blob
|
blame
|
history
diff --git
a/BoardConfigCommon.mk
b/BoardConfigCommon.mk
index a38c785f390604a5c44bb1bf1c56e5b4c1823764..3367c4740c9bda7e47c61dddf218932fa05c0796 100644
(file)
--- a/
BoardConfigCommon.mk
+++ b/
BoardConfigCommon.mk
@@
-124,9
+124,6
@@
TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop
## SELinux
include device/amlogic/sepolicy/sepolicy.mk
-## Treble
-BOARD_VNDK_VERSION := current
-
## Recovery
TARGET_RECOVERY_FSTAB := $(COMMON_PATH)/init-files/fstab.amlogic
TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888"