aboutsummaryrefslogtreecommitdiffstats
path: root/target/product/embedded.mk
diff options
context:
space:
mode:
authorMichael Schwartz <schwartzmi@google.com>2017-04-04 13:01:18 -0700
committerMichael Schwartz <schwartzmi@google.com>2017-04-13 08:42:42 -0700
commit4d9cb56866430e407176243e2f813113107f71e1 (patch)
treee4cea7081e8b670449253c2244124eaeae9aab6b /target/product/embedded.mk
parent8a6d7fabc371cb9aaa3fa3e243267d39166ea68c (diff)
downloadplatform_build-4d9cb56866430e407176243e2f813113107f71e1.tar.gz
platform_build-4d9cb56866430e407176243e2f813113107f71e1.tar.bz2
platform_build-4d9cb56866430e407176243e2f813113107f71e1.zip
Rule to copy device manifest to device
The device manifest defines the collection of HAL interfaces exposed by the vendor. Create a common rule so each target need not define their own. Bug: 36810913 Test: Ran marlin build and inspected file was copied Change-Id: I9f53796fdd85e706f91664d275aff6dbd785213f
Diffstat (limited to 'target/product/embedded.mk')
-rw-r--r--target/product/embedded.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/product/embedded.mk b/target/product/embedded.mk
index 81153852f0..f5efe5d164 100644
--- a/target/product/embedded.mk
+++ b/target/product/embedded.mk
@@ -85,6 +85,8 @@ PRODUCT_PACKAGES += \
toybox \
tzdatacheck \
vndservicemanager \
+ matrix.xml \
+ manifest.xml \
# SELinux packages
PRODUCT_PACKAGES += \
@@ -119,5 +121,4 @@ PRODUCT_COPY_FILES += \
system/core/rootdir/etc/hosts:system/etc/hosts
# Framework Manifest
-PRODUCT_COPY_FILES += \
- system/libhidl/manifest.xml:system/manifest.xml
+PRODUCT_COPY_FILES += system/libhidl/manifest.xml:system/manifest.xml