add build.prop for other partitions to the dist out
Previously, only system/build.prop was registered as dist out. This change adds build.prop in the other partitions to the dist out. This will allow us to examine those build.prop files without downloading the entire target-files.zip file. Bug: 117892318 Test: examine the dist out Change-Id: I6f4ba16d765336a57f0da90edba788a627f25e60
This commit is contained in:
@@ -1671,7 +1671,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) \
|
||||
|
Reference in New Issue
Block a user