summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2020-01-14 13:27:27 -0800
committerYifan Hong <elsk@google.com>2020-01-14 14:28:05 -0800
commit5e9e45243e46645a487e6e5ba00d79deb94a9dd4 (patch)
treef39247910feda4d5f85311ce117a9c88202e6c09
parentb9bbc25afaa62579cdb0741421171f0a02a67e24 (diff)
downloaddevice_generic_uml-5e9e45243e46645a487e6e5ba00d79deb94a9dd4.tar.gz
device_generic_uml-5e9e45243e46645a487e6e5ba00d79deb94a9dd4.tar.bz2
device_generic_uml-5e9e45243e46645a487e6e5ba00d79deb94a9dd4.zip
framework_(manifest|matrix).xml -> system*android-r-preview-1
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
-rw-r--r--uml.mk6
1 files changed, 3 insertions, 3 deletions
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.