From 5e9e45243e46645a487e6e5ba00d79deb94a9dd4 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Tue, 14 Jan 2020 13:27:27 -0800 Subject: framework_(manifest|matrix).xml -> system* Module framework_manifest.xml does not exist. Module framework_matrix.xml contains product matrices as well, which it doesn't have. Also clarify this in the comment (that product / odm / system_ext VINTF data is excluded.) Test: m check-vintf-all Change-Id: I1acc21159ace87dc948bf0739845d68cc8552f7c --- uml.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'uml.mk') diff --git a/uml.mk b/uml.mk index d68a8f7..620d26e 100644 --- a/uml.mk +++ b/uml.mk @@ -89,12 +89,12 @@ PRODUCT_PACKAGES += \ vndservice \ vndservicemanager \ -# VINTF data +# VINTF stuff for system and vendor (no product / odm / system_ext / etc.) PRODUCT_PACKAGES += \ vendor_compatibility_matrix.xml \ vendor_manifest.xml \ - framework_manifest.xml \ - framework_compatibility_matrix.xml \ + system_manifest.xml \ + system_compatibility_matrix.xml \ # SELinux packages are added as dependencies of the selinux_policy # phony package. -- cgit v1.2.3