Remove vendor partition definitions
Remove vendor partition definitions from: device/google/gs101/BoardConfig-common.mk The right place for these definitions is: vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk This is necessary for -without-vendor builds. Bug: 182481577 Test: build oriole-userdebug Change-Id: Iee6e2964dfca84cc0f40f332067332f7564f6f3b
This commit is contained in:
parent
290f84e15c
commit
ce5bdb9bd3
1 changed files with 0 additions and 4 deletions
|
@ -133,10 +133,6 @@ endif
|
||||||
# Graphics
|
# Graphics
|
||||||
#BOARD_USES_EXYNOS_DATASPACE_FEATURE := true
|
#BOARD_USES_EXYNOS_DATASPACE_FEATURE := true
|
||||||
|
|
||||||
# Storage options
|
|
||||||
BOARD_USES_VENDORIMAGE := true
|
|
||||||
TARGET_COPY_OUT_VENDOR := vendor
|
|
||||||
|
|
||||||
# Enable chain partition for system.
|
# Enable chain partition for system.
|
||||||
BOARD_AVB_VBMETA_SYSTEM := system system_ext product
|
BOARD_AVB_VBMETA_SYSTEM := system system_ext product
|
||||||
BOARD_AVB_VBMETA_SYSTEM_KEY_PATH := external/avb/test/data/testkey_rsa2048.pem
|
BOARD_AVB_VBMETA_SYSTEM_KEY_PATH := external/avb/test/data/testkey_rsa2048.pem
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue