Merge "add build.prop for other partitions to the dist out"

This commit is contained in:
Treehugger Robot 2020-07-06 23:24:49 +00:00 committed by Gerrit Code Review
commit 3f2e4cc4e6
1 changed files with 5 additions and 1 deletions

View File

@ -1677,7 +1677,11 @@ else ifeq (,$(TARGET_BUILD_UNBUNDLED))
$(INSTALLED_FILES_JSON_SYSTEMOTHER) \
$(INSTALLED_FILES_FILE_RECOVERY) \
$(INSTALLED_FILES_JSON_RECOVERY) \
$(INSTALLED_BUILD_PROP_TARGET) \
$(INSTALLED_BUILD_PROP_TARGET):build.prop \
$(INSTALLED_VENDOR_BUILD_PROP_TARGET):build.prop-vendor \
$(INSTALLED_PRODUCT_BUILD_PROP_TARGET):build.prop-product \
$(INSTALLED_ODM_BUILD_PROP_TARGET):build.prop-odm \
$(INSTALLED_SYSTEM_EXT_BUILD_PROP_TARGET):build.prop-system_ext \
$(BUILT_TARGET_FILES_PACKAGE) \
$(INSTALLED_ANDROID_INFO_TXT_TARGET) \
$(INSTALLED_MISC_INFO_TARGET) \