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:
Colin Cross
2022-11-02 18:13:23 +00:00
parent 88b02afbf0
commit 2fc08445ac

View File

@@ -61,7 +61,7 @@ endif
# TODO: this list should come via mainline_system.mk, but for now list
# just the modules that work for riscv64.
PRODUCT_PACKAGES := \
init \
init_system \
linker \
shell_and_utilities \