rename BUILT_SYSTEM_{COMPATIBILITY_,}MATRIX
To be consistent with BUILT_VENDOR_MATRIX. Bug: 78943004 Test: manual Change-Id: I2811647798322165182b7c90bb4937d93580833c
This commit is contained in:
parent
36bf0df48f
commit
42a0afc12d
1 changed files with 1 additions and 1 deletions
|
@ -2817,7 +2817,7 @@ ifdef INSTALLED_SYSTEMOTHERIMAGE_TARGET
|
|||
$(hide) $(call fs_config,$(zip_root)/SYSTEM_OTHER,system/) > $(zip_root)/META/system_other_filesystem_config.txt
|
||||
endif
|
||||
@# Metadata for compatibility verification.
|
||||
$(hide) cp $(BUILT_SYSTEM_COMPATIBILITY_MATRIX) $(zip_root)/META/system_matrix.xml
|
||||
$(hide) cp $(BUILT_SYSTEM_MATRIX) $(zip_root)/META/system_matrix.xml
|
||||
$(hide) $(HOST_OUT_EXECUTABLES)/assemble_vintf \
|
||||
-i $(BUILT_SYSTEM_MANIFEST) $$(find $(zip_root)/SYSTEM/etc/vintf/manifest -type f -name "*.xml" | \
|
||||
sed "s/^/-i /" | tr '\n' ' ') \
|
||||
|
|
Loading…
Reference in a new issue