fs_config: add group to build am: 2127b35526
am: bdbafb5c38
am: 596993abb5
am: 5fe1e4c5b0
Change-Id: I0df3cf1b96bd4445a556156c66fa4104988dc857
This commit is contained in:
commit
02fc51dae2
1 changed files with 3 additions and 2 deletions
|
@ -89,9 +89,10 @@ PRODUCT_PACKAGES += \
|
|||
service_contexts
|
||||
|
||||
# AID Generation for
|
||||
# <pwd.h> and friends.
|
||||
# <pwd.h> and <grp.h>
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue