summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2017-11-28 13:54:00 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2017-11-28 18:10:16 +0800
commite45c7db22fd8a314285ee76d2bc10224e5dc0082 (patch)
tree53b3920bba598cc9769e9a576c99fbcee611b25b
parentb71a9efc8e5bbdbb46d403810af42a7d3ec6993a (diff)
downloadhikey-e45c7db22fd8a314285ee76d2bc10224e5dc0082.tar.gz
device-common.mk: add support for feature of android.software.cts
to make more cts test cases passed Test: manually cts with hikey Change-Id: Ib62b73d16eb7a2f1827f65540e2039682ee2342e Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--device-common.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/device-common.mk b/device-common.mk
index 03d88b32..3443b056 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -148,9 +148,10 @@ PRODUCT_PACKAGES += Launcher3
# Copy hardware config file(s)
PRODUCT_COPY_FILES += \
device/linaro/hikey/etc/permissions/android.hardware.screen.xml:system/etc/permissions/android.hardware.screen.xml \
- frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
+ frameworks/native/data/etc/android.software.cts.xml:system/etc/permissions/android.software.cts.xml \
frameworks/native/data/etc/android.software.app_widgets.xml:system/etc/permissions/android.software.app_widgets.xml \
frameworks/native/data/etc/android.software.backup.xml:system/etc/permissions/android.software.backup.xml \
+ frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
frameworks/native/data/etc/android.software.device_admin.xml:system/etc/permissions/android.software.device_admin.xml