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
diff --git a/core/config.mk b/core/config.mk
index 863416e..3bceffb 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -686,6 +686,8 @@
DEFAULT_SYSTEM_DEV_CERTIFICATE := build/target/product/security/testkey
endif
+INSTALLED_SYSTEM_MANIFEST := $(PRODUCT_OUT)/system/manifest.xml
+
# ###############################################################
# Set up final options.
# ###############################################################