From 2127b35526ac9807656a7140202ac631df3e7cbb Mon Sep 17 00:00:00 2001 From: William Roberts Date: Tue, 26 Apr 2016 13:16:13 -0700 Subject: [PATCH] fs_config: add group to build Setup PRODUCT_PACKAGES for the group file. The group file is always included in the product build but may be empty. Test: That the group file is in the build. Change-Id: I2ed1759fbe42a7e6833bb754b00cadaf949f128d Signed-off-by: William Roberts --- target/product/embedded.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/target/product/embedded.mk b/target/product/embedded.mk index 05ebeeccd..690297e80 100644 --- a/target/product/embedded.mk +++ b/target/product/embedded.mk @@ -88,9 +88,10 @@ PRODUCT_PACKAGES += \ service_contexts # AID Generation for -# and friends. +# and PRODUCT_PACKAGES += \ - passwd + passwd \ + group # Ensure that this property is always defined so that bionic_systrace.cpp # can rely on it being initially set by init. -- 2.11.0