summaryrefslogtreecommitdiff
authorjie.yuan <jie.yuan@amlogic.com>2018-06-13 07:13:49 (GMT)
committer jie.yuan <jie.yuan@amlogic.com>2018-06-13 07:13:49 (GMT)
commiteb24f811ea13a0a3047ebbdbdbc14d0b3b05ee3d (patch)
treeab32b281079aa062d5ffd60b72b04aa4413ec955
parent1bbfb8919a2ed984074e3a16210e1e97ee488bcb (diff)
downloadbraun-eb24f811ea13a0a3047ebbdbdbc14d0b3b05ee3d.zip
braun-eb24f811ea13a0a3047ebbdbdbc14d0b3b05ee3d.tar.gz
braun-eb24f811ea13a0a3047ebbdbdbc14d0b3b05ee3d.tar.bz2
braun:need use DEVICE_MANIFEST_FILE instead of copy [1/1]
PD# 167956 remove copy manifest.xml code Change-Id: I511309ee4e39fd173b8998299b1262e14a5e8faf 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 15ca161..67803b0 100644
--- a/device.mk
+++ b/device.mk
@@ -34,8 +34,7 @@ PRODUCT_COPY_FILES += \
device/amlogic/braun/files/remote.tab1:$(TARGET_COPY_OUT_VENDOR)/etc/remote.tab1 \
device/amlogic/braun/files/remote.tab2:$(TARGET_COPY_OUT_VENDOR)/etc/remote.tab2 \
device/amlogic/braun/files/remote.tab3:$(TARGET_COPY_OUT_VENDOR)/etc/remote.tab3 \
- frameworks/native/data/etc/android.hardware.hdmi.cec.xml:system/etc/permissions/android.hardware.hdmi.cec.xml \
- device/amlogic/braun/manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml
+ frameworks/native/data/etc/android.hardware.hdmi.cec.xml:system/etc/permissions/android.hardware.hdmi.cec.xml
ifeq ($(TARGET_WITH_MEDIA_EXT), true)
PRODUCT_COPY_FILES += \
diff --git a/manifest.xml b/manifest.xml
index 749b870..d588328 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>