Merge "DAP: system_as_root can't be true."

This commit is contained in:
Treehugger Robot 2019-02-14 02:09:20 +00:00 committed by Gerrit Code Review
commit bee89836c7
1 changed files with 4 additions and 0 deletions

View File

@ -945,6 +945,10 @@ ifeq ($(PRODUCT_RETROFIT_DYNAMIC_PARTITIONS),true)
endif
ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true)
ifeq ($(BOARD_BUILD_SYSTEM_ROOT_IMAGE),true)
$(error BOARD_BUILD_SYSTEM_ROOT_IMAGE cannot be true for devices with dynamic partitions)
endif
requirements := \
PRODUCT_USE_DYNAMIC_PARTITION_SIZE \
PRODUCT_BUILD_SUPER_PARTITION \