summaryrefslogtreecommitdiff
authorjie.yuan <jie.yuan@amlogic.com>2018-06-13 07:17:56 (GMT)
committer jie.yuan <jie.yuan@amlogic.com>2018-06-13 07:17:56 (GMT)
commitca5713d394029ac824ab24a73ea42b6b08d49ec3 (patch)
tree7f8cd57ca2ba3707db48b5e2b945e9e3f8381a78
parent58617269da4795e845de23ab766c2f0977e04be6 (diff)
downloadeinstein-ca5713d394029ac824ab24a73ea42b6b08d49ec3.zip
einstein-ca5713d394029ac824ab24a73ea42b6b08d49ec3.tar.gz
einstein-ca5713d394029ac824ab24a73ea42b6b08d49ec3.tar.bz2
einstein:need use DEVICE_MANIFEST_FILE instead of copy [1/1]
PD# 167956 remove copy manifest.xml code Change-Id: Idb5f134aa3bfed6488c105713969dfe4c30ec031 Signed-off-by: jie.yuan <jie.yuan@amlogic.com>
Diffstat
-rw-r--r--device.mk3
-rw-r--r--manifest.xml2
2 files changed, 2 insertions, 3 deletions
diff --git a/device.mk b/device.mk
index caa266a..110b501 100644
--- a/device.mk
+++ b/device.mk
@@ -32,8 +32,7 @@ PRODUCT_COPY_FILES += \
device/amlogic/einstein/files/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
device/amlogic/einstein/files/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \
device/amlogic/einstein/files/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml \
- device/amlogic/einstein/files/mesondisplay.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/mesondisplay.cfg \
- device/amlogic/einstein/manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml
+ device/amlogic/einstein/files/mesondisplay.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/mesondisplay.cfg
ifeq ($(TARGET_WITH_MEDIA_EXT), true)
PRODUCT_COPY_FILES += \
diff --git a/manifest.xml b/manifest.xml
index c2dac53..5707c2f 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -1,4 +1,4 @@
-<manifest version="1.0" type="device">
+<manifest version="1.0" type="device" target-level="2">
<hal format="hidl">
<name>android.hardware.configstore</name>
<transport>hwbinder</transport>