aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2015-01-25 22:49:27 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2015-01-27 17:40:25 +0800
commitbb6c154268a6c8986ebcc2ad466c36b23c97554a (patch)
treef7fc41ed518e15ebb9eb43c7a13f3fe5d480202d
parenta5fa2ea113a94fabec8a263ddc6b147247acf7fd (diff)
downloadvexpress-bb6c154268a6c8986ebcc2ad466c36b23c97554a.tar.gz
fix for monkey test problem
1. add monkey black list for vexpress 2. disable bluetooth in device config Change-Id: I14b71039f755dd27cd3cf3a0f47ae29173f7eec1 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--device.mk3
-rw-r--r--monkey_black_list6
2 files changed, 8 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 57af8ad..3644882 100644
--- a/device.mk
+++ b/device.mk
@@ -18,7 +18,6 @@ PRODUCT_COPY_FILES += \
device/linaro/vexpress/set_irq_affinity.sh:root/sbin/set_irq_affinity.sh \
device/linaro/vexpress/tweaks.arm-versatileexpress.sh:root/sbin/tweaks.arm-versatileexpress.sh \
device/linaro/build/android.hardware.screen.xml:system/etc/permissions/android.hardware.screen.xml \
- frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml
PRODUCT_CHARACTERISTICS := tablet,nosdcard
@@ -90,6 +89,8 @@ $(call inherit-product-if-exists, external/linaro-android-userspace-test/product
PRODUCT_PACKAGES += audio.primary.vexpress
+PRODUCT_COPY_FILES += \
+ device/linaro/vexpress/monkey_black_list:data/monkey_black_list
# Need AppWidget permission to prevent from Launcher's crash.
# TODO(pattjin): Remove this when the TV Launcher is used, which does not support AppWidget.
diff --git a/monkey_black_list b/monkey_black_list
new file mode 100644
index 0000000..2ef1084
--- /dev/null
+++ b/monkey_black_list
@@ -0,0 +1,6 @@
+com.android.bluetooth
+com.android.cts.opengl
+com.android.development
+com.android.quicksearchbox
+com.android.speechrecorder
+com.android.gallery3d