File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -5146,6 +5146,30 @@ INTERNAL_ALLIMAGES_FILES := \
5146
5146
$(INTERNAL_SYSTEM_DLKMIMAGE_FILES ) \
5147
5147
$(INTERNAL_PVMFWIMAGE_FILES ) \
5148
5148
5149
+ define write-allimages-file-list
5150
+ $(file >$(PRODUCT_OUT ) /allimages-file-list.txt,$(sort $(INTERNAL_ALLIMAGES_FILES ) ) )
5151
+ endef
5152
+
5153
+ .PHONY : allimages-file-list
5154
+ allimages-file-list : $(call write-allimages-file-list)
5155
+
5156
+ adevtool-state-collection-inputs : \
5157
+ allimages-file-list \
5158
+ build-props \
5159
+ module-info \
5160
+ selinux_policy \
5161
+ \
5162
+ framework_compatibility_matrix.xml \
5163
+ system_compatibility_matrix.xml \
5164
+ product_compatibility_matrix.xml \
5165
+ vendor_compatibility_matrix.xml \
5166
+ \
5167
+ system_manifest.xml \
5168
+ system_ext_manifest.xml \
5169
+ vendor_manifest.xml \
5170
+
5171
+ .PHONY : adevtool-state-collection-inputs
5172
+
5149
5173
# -----------------------------------------------------------------
5150
5174
# Run apex_sepolicy_tests for all installed APEXes
5151
5175
Original file line number Diff line number Diff line change @@ -273,6 +273,9 @@ ALL_INSTALLED_BUILD_PROP_FILES := \
273
273
$(INSTALLED_SYSTEM_EXT_BUILD_PROP_TARGET ) \
274
274
$(INSTALLED_RAMDISK_BUILD_PROP_TARGET )
275
275
276
+ .PHONY : build-props
277
+ build-props : $(ALL_INSTALLED_BUILD_PROP_FILES )
278
+
276
279
# $1 installed file path, e.g. out/target/product/vsoc_x86_64/system/build.prop
277
280
define is-build-prop
278
281
$(if $(findstring $1,$(ALL_INSTALLED_BUILD_PROP_FILES ) ) ,Y)
You can’t perform that action at this time.
0 commit comments