summaryrefslogtreecommitdiff
authorjie.yuan <jie.yuan@amlogic.com>2018-06-07 06:09:51 (GMT)
committer jie.yuan <jie.yuan@amlogic.com>2018-06-13 01:19:49 (GMT)
commitc43deea937b6dee0db53b463a5155ff4239d8420 (patch)
tree33f53aecc430ac2a1ecfb56089f1086f5f626f48
parent5e2bbbb0cfc9865328a35a1006724a61a8e50b7d (diff)
downloaddarwin-c43deea937b6dee0db53b463a5155ff4239d8420.zip
darwin-c43deea937b6dee0db53b463a5155ff4239d8420.tar.gz
darwin-c43deea937b6dee0db53b463a5155ff4239d8420.tar.bz2
darwin: need use DEVICE_MANIFEST_FILE instead of copy [1/1]
PD# 167956 remove copy manifest.xml code Change-Id: I083badcb8e681df76d7f371c4d77384fb2da7680 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 c574e6c..c90f685 100644
--- a/device.mk
+++ b/device.mk
@@ -42,8 +42,7 @@ PRODUCT_COPY_FILES += \
device/amlogic/darwin/files/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
device/amlogic/darwin/files/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \
device/amlogic/darwin/files/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml \
- device/amlogic/darwin/files/mesondisplay.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/mesondisplay.cfg \
- device/amlogic/darwin/manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml
+ device/amlogic/darwin/files/mesondisplay.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/mesondisplay.cfg
# remote IME config file
PRODUCT_COPY_FILES += \
diff --git a/manifest.xml b/manifest.xml
index 5a83bdb..c581f73 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>