core: Don't fail when system partition and reserved size are defined#7
core: Don't fail when system partition and reserved size are defined#7
Conversation
When BOARD_SYSTEMIMAGE_PARTITION_SIZE and BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE are both defined, the build will fail since it's defined in treble's common makefiles. To avoid this, if the device has a custom system partition size specified, set the reserved size to nothing and use the system partition size instead. Be sure to warn the build user of this change Taken from:- CypherOS/build@7bdc901
|
https://github.com/AOSP-KONA-MSMNILE-LAHAINA-KALAMA/device_xiaomi_cmi/tree/thirteen [100% 1/1] analyzing Android.bp files and generating ninja file at out/soong/build.ninja |
When BOARD_SYSTEMIMAGE_PARTITION_SIZE and
BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE are both defined, the build
will fail since it's defined in treble's common makefiles.
To avoid this, if the device has a custom system partition size
specified, set the reserved size to nothing and use the system partition
size instead. Be sure to warn the build user of this change
Taken from:- CypherOS/build@7bdc901