Skip to content

Commit

Permalink
r5x: We dont build System as root in Retrofit Dynamic partitions
Browse files Browse the repository at this point in the history
* build/make/core/config.mk:902: error: BOARD_BUILD_SYSTEM_ROOT_IMAGE cannot be true for devices with dynamic partitions.

Signed-off-by: takumi021 <[email protected]>
  • Loading branch information
sarthakroy2002 authored and eun0115 committed Jun 27, 2023
1 parent f3fa891 commit 0c7b705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ BOARD_R5X_DYNPART_PARTITION_LIST := odm product system system_ext vendor
#TARGET_RECOVERY_DEVICE_MODULES := libinit_r5x

# System as root
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := false
BOARD_ROOT_EXTRA_FOLDERS := bluetooth dsp firmware persist
BOARD_SUPPRESS_SECURE_ERASE := true

Expand Down

0 comments on commit 0c7b705

Please sign in to comment.