device/generic/common
Revisión | db9ede421e56a53118f17aad10a19f849b5b75da (tree) |
---|---|
Tiempo | 2019-11-20 03:00:32 |
Autor | Michael Goffioul <michael.goffioul@linc...> |
Commiter | Chih-Wei Huang |
Generate system root image, no ramdisk
The generated system partition is expected to be mounted at / and
includes the former ramdisk (from $OUT/root directory).
@@ -91,3 +91,5 @@ BOARD_SEPOLICY_DIRS += device/generic/common/sepolicy/nonplat \ | ||
91 | 91 | system/bt/vendor_libs/linux/sepolicy \ |
92 | 92 | |
93 | 93 | BOARD_PLAT_PRIVATE_SEPOLICY_DIR := device/generic/common/sepolicy/plat_private |
94 | + | |
95 | +BOARD_BUILD_SYSTEM_ROOT_IMAGE := true |