Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d5e0c5d authored by William Roberts's avatar William Roberts Committed by Dan Albert
Browse files

fs_config: add passwd to build



Setup PRODUCT_PACKAGES for the passwd file.

The passwd file is always included in the product
build but may be empty.

Test: That the passwd file is in the build image.
Change-Id: Iedbb81b15d3b281ff4ad36d28adc2ba4523785f2
Signed-off-by: default avatarWilliam Roberts <william.c.roberts@intel.com>
parent 316f9462
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -87,6 +87,11 @@ PRODUCT_PACKAGES += \
    selinux_version \
    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 += \