diff options
author | Yifan Hong <elsk@google.com> | 2017-12-13 15:03:51 -0800 |
---|---|---|
committer | Yifan Hong <elsk@google.com> | 2017-12-14 18:19:44 -0800 |
commit | 43ec6ead28f06195ab9bbd3791b993d5dc871f0d (patch) | |
tree | 0e846c5e3ff5e7e1e04453a77e7bcff0c8ecb68b /target/product/embedded.mk | |
parent | 973301af79c9f53467dc2baebc02aee02021469a (diff) | |
download | platform_build-43ec6ead28f06195ab9bbd3791b993d5dc871f0d.tar.gz platform_build-43ec6ead28f06195ab9bbd3791b993d5dc871f0d.tar.bz2 platform_build-43ec6ead28f06195ab9bbd3791b993d5dc871f0d.zip |
Rename VINTF XML module names
* system_compatibility_matrix/manifest.xml
=> framework_...
* compatibility_matrix/manifest.xml
=> device_...
This is to follow the naming scheme in VINTF
doc.
Test: build all four targets
Change-Id: If5f6a99ded9964f3500c8e5fb97278f8fd0de387
Diffstat (limited to 'target/product/embedded.mk')
-rw-r--r-- | target/product/embedded.mk | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/target/product/embedded.mk b/target/product/embedded.mk index 246a55318a..55ee6dc8ae 100644 --- a/target/product/embedded.mk +++ b/target/product/embedded.mk @@ -81,10 +81,13 @@ PRODUCT_PACKAGES += \ tzdatacheck \ vndservice \ vndservicemanager \ - compatibility_matrix.xml \ - manifest.xml \ - system_manifest.xml \ - system_compatibility_matrix.xml \ + +# VINTF data +PRODUCT_PACKAGES += \ + device_compatibility_matrix.xml \ + device_manifest.xml \ + framework_manifest.xml \ + framework_compatibility_matrix.xml \ # SELinux packages are added as dependencies of the selinux_policy # phony package. |