summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2017-11-30 16:11:22 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2017-11-30 16:17:20 +0800
commitbe29f67831ee6d5e26327447b6f97e9b7d118584 (patch)
treeedd0a3e8e4d35c0b5ea15be2201d858f7456a44a
parente45c7db22fd8a314285ee76d2bc10224e5dc0082 (diff)
downloadhikey-be29f67831ee6d5e26327447b6f97e9b7d118584.tar.gz
device-common.mk: add support for feature android.software.voice_recognizers
to make cts CtsAlarmClockTestCases and CtsAssistTestCases passed Test: manually cts with hikey Change-Id: Ia04d9c2cbd788f0edee8f7f73f1ae848a1625fd2 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--device-common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index 3443b056..18b6282e 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -151,6 +151,7 @@ PRODUCT_COPY_FILES += \
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.software.voice_recognizers.xml:system/etc/permissions/android.software.voice_recognizers.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 \