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

am: bee89836c7

Change-Id: I37b164da2f9171413090032976aebf71de04a5a5
This commit is contained in:
Yifan Hong 2019-02-13 20:25:43 -08:00 committed by android-build-merger
commit b97fa33969
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 \