forked from openkylin/platform_build
DAP: system_as_root can't be true.
Test: builds Change-Id: I3e47e9717c983703494abc8417526caf5955d2e4 Fixes: 124274480
This commit is contained in:
parent
68e2dc2086
commit
f84c7e5c8f
|
@ -947,6 +947,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 \
|
||||
|
|
Loading…
Reference in New Issue