From ca5713d394029ac824ab24a73ea42b6b08d49ec3 Mon Sep 17 00:00:00 2001 From: jie.yuan Date: Wed, 13 Jun 2018 07:17:56 +0000 Subject: 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 --- 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 @@ - + android.hardware.configstore hwbinder -- cgit