Switch from init to init_system to match base_system.mk
Using init instead of init_system causes a failure packaging target-files.zip: failed to find system in canned fs_config Switching to init_system seems to fix it. Test: lunch aosp_riscv64-userdebug && m droid dist Change-Id: Ia2cf2ef1b85c2e63076f70132f2cce64828c5c93
This commit is contained in:
@@ -61,7 +61,7 @@ endif
|
|||||||
# TODO: this list should come via mainline_system.mk, but for now list
|
# TODO: this list should come via mainline_system.mk, but for now list
|
||||||
# just the modules that work for riscv64.
|
# just the modules that work for riscv64.
|
||||||
PRODUCT_PACKAGES := \
|
PRODUCT_PACKAGES := \
|
||||||
init \
|
init_system \
|
||||||
linker \
|
linker \
|
||||||
shell_and_utilities \
|
shell_and_utilities \
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user