commit | e2137bae029cf93905e6076f3f3490b3820a36fa | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Nov 02 21:10:47 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Nov 02 21:10:47 2022 +0000 |
tree | 3caac6cf1501ff7de991a082cc04af7266a5395c | |
parent | 88b02afbf03125c170020e9a1aa54170f3af5ee6 [diff] | |
parent | 2fc08445ac2c11584550636b0ff981ac2d33d101 [diff] |
Merge "Switch from init to init_system to match base_system.mk"
diff --git a/target/product/aosp_riscv64.mk b/target/product/aosp_riscv64.mk index e9de7c8..a9d8512 100644 --- a/target/product/aosp_riscv64.mk +++ b/target/product/aosp_riscv64.mk
@@ -61,7 +61,7 @@ # 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 \