OSDN Git Service

Generate system root image, no ramdisk
authorMichael Goffioul <michael.goffioul@lincor.com>
Sat, 5 Oct 2019 00:56:44 +0000 (20:56 -0400)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 19 Nov 2019 18:00:32 +0000 (02:00 +0800)
The generated system partition is expected to be mounted at / and
includes the former ramdisk (from $OUT/root directory).

BoardConfig.mk

index 7ab0e17..c447496 100644 (file)
@@ -91,3 +91,5 @@ BOARD_SEPOLICY_DIRS += device/generic/common/sepolicy/nonplat \
                        system/bt/vendor_libs/linux/sepolicy \
 
 BOARD_PLAT_PRIVATE_SEPOLICY_DIR := device/generic/common/sepolicy/plat_private
+
+BOARD_BUILD_SYSTEM_ROOT_IMAGE := true