commit | fb303a5903f0f81a74d1dbc280aeeb533d100ca2 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu Jul 11 15:31:36 2019 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Mon Jul 22 21:41:17 2019 +0000 |
tree | 38860724338878ad13bd4945d8b9a38f08677973 | |
parent | 858fa0842751bbac86d38e833d75e9a673d41662 [diff] [blame] |
Generate /etc/{passwd,group} for all partitions Bug: 73062966 Test: can load AIDs from partitions other than vendor Test: bionic-unit-tests Merged-In: Ia85abbeefe5a945369970f2aef42692e07ab8c09 Change-Id: Ia85abbeefe5a945369970f2aef42692e07ab8c09
diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 162fbed..3280f0a 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk
@@ -77,6 +77,7 @@ fsck_msdos \ fs_config_files_system \ fs_config_dirs_system \ + group_system \ gsid \ heapprofd \ heapprofd_client \ @@ -210,6 +211,7 @@ NetworkStack \ org.apache.http.legacy \ otacerts \ + passwd_system \ perfetto \ ping \ ping6 \