fs_config: add passwd to build
am: 6d5e0c5df2
Change-Id: Ie912558d2258b3996fc4a5864f2c72e9781a3e62
This commit is contained in:
commit
788899790d
|
@ -87,6 +87,11 @@ PRODUCT_PACKAGES += \
|
|||
sepolicy \
|
||||
service_contexts
|
||||
|
||||
# AID Generation for
|
||||
# <pwd.h> and friends.
|
||||
PRODUCT_PACKAGES += \
|
||||
passwd
|
||||
|
||||
# Ensure that this property is always defined so that bionic_systrace.cpp
|
||||
# can rely on it being initially set by init.
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
|
|
Loading…
Reference in New Issue