OTA metadata uses system_matrix.xml.
This is to be in sync with ota_from_target_files.py.
Test: builds
Bug: 38321140
Change-Id: Id82f8fb740fa4162e670d38f326da7e0bde8c7ea
diff --git a/core/Makefile b/core/Makefile
index a0fe0d0..989f4d3 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -2376,7 +2376,7 @@
endif
@# Metadata for compatibility verification.
$(hide) cp $(BUILT_SYSTEM_MANIFEST) $(zip_root)/META/system_manifest.xml
- $(hide) cp $(BUILT_SYSTEM_COMPATIBILITY_MATRIX) $(zip_root)/META/system_compatibility_matrix.xml
+ $(hide) cp $(BUILT_SYSTEM_COMPATIBILITY_MATRIX) $(zip_root)/META/system_matrix.xml
ifdef BUILT_VENDOR_MANIFEST
$(hide) cp $(BUILT_VENDOR_MANIFEST) $(zip_root)/META/vendor_manifest.xml
endif