Merge "Enable VNDK for aosp_x86 and aosp_x86_64"
am: 966e080ade
Change-Id: Id8164d72b1aedd6521645df09e7ba9bb541f1c48
This commit is contained in:
commit
d3d7c2e180
2 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,8 @@ BOARD_SEPOLICY_DIRS += \
|
|||
build/target/board/generic/sepolicy \
|
||||
build/target/board/generic_x86/sepolicy
|
||||
|
||||
BOARD_VNDK_VERSION := current
|
||||
|
||||
# Enable A/B update
|
||||
TARGET_NO_RECOVERY := true
|
||||
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
|
||||
|
|
|
@ -59,6 +59,8 @@ BOARD_SEPOLICY_DIRS += \
|
|||
build/target/board/generic/sepolicy \
|
||||
build/target/board/generic_x86/sepolicy
|
||||
|
||||
BOARD_VNDK_VERSION := current
|
||||
|
||||
# Enable A/B update
|
||||
TARGET_NO_RECOVERY := true
|
||||
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
|
||||
|
|
Loading…
Reference in a new issue