From ce5bdb9bd305bba2a9eee354de713f1c7c68d4c6 Mon Sep 17 00:00:00 2001 From: Petri Gynther Date: Wed, 10 Mar 2021 22:38:51 -0800 Subject: [PATCH] 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 --- BoardConfig-common.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index 888761dc..cf4cf8ca 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -133,10 +133,6 @@ endif # Graphics #BOARD_USES_EXYNOS_DATASPACE_FEATURE := true -# Storage options -BOARD_USES_VENDORIMAGE := true -TARGET_COPY_OUT_VENDOR := vendor - # Enable chain partition for system. BOARD_AVB_VBMETA_SYSTEM := system system_ext product BOARD_AVB_VBMETA_SYSTEM_KEY_PATH := external/avb/test/data/testkey_rsa2048.pem