forked from openkylin/platform_build
Enable VNDK for aosp_x86 and aosp_x86_64
When VNDK version is not enabled, libminijail.so are built under system directory. It is not found in GSI, though. Enable VNDK version causes it to be built under vendor directory. Bug: 69395141 Test: Both of the following 2 products can boot to home screen. $ lunch aosp_x86-userdebug; m -j; emulator $ lunch aosp_x86_64-userdebug; m -j; emulator Change-Id: I6356ffe4a806b3d8fc79057bf772d139209a5f11
This commit is contained in:
parent
f3aa0668c2
commit
532d5adf7b
|
@ -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 New Issue