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