forked from openkylin/platform_build
fs_config: add passwd to build am: 6d5e0c5df2
am: 788899790d
am: bdcec1e327
Change-Id: I6b0014e6a8158f04c719f96d5201c50a6058740e
This commit is contained in:
commit
a99749f1d8
|
@ -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