Merge "OTA metadata uses system_matrix.xml."

This commit is contained in:
TreeHugger Robot 2017-05-22 23:27:12 +00:00 committed by Android (Google) Code Review
commit 05573e7292
1 changed files with 1 additions and 1 deletions

View File

@ -2370,7 +2370,7 @@ ifdef INSTALLED_SYSTEMOTHERIMAGE_TARGET
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