Skip to content

Commit 098215e

Browse files
authored
BoardConfig.mk: TARGET_COPY_OUT_VENDOR must be set to 'vendor' to use a vendor image.
1 parent 2a874dd commit 098215e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BoardConfig.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
127127
BOARD_FLASH_BLOCK_SIZE := 131072
128128

129129
# Build a separate vendor.img
130-
TARGET_COPY_OUT_VENDOR := system
130+
TARGET_COPY_OUT_VENDOR := vendor
131131

132132
BOARD_HAL_STATIC_LIBRARIES := libdumpstate.bullhead
133133

0 commit comments

Comments
 (0)