summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2014-11-26 20:02:17 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2014-11-26 20:02:17 +0800
commit59c7efd47d9b8fca9e2ba46576fcebaa2fa4ef0a (patch)
treea850038f7b45ae5544999db76364ccd82423ccb9
parent07d86dd115a44f3f478590dc12dda162d3f89634 (diff)
downloadfvp-armv8-59c7efd47d9b8fca9e2ba46576fcebaa2fa4ef0a.tar.gz
monkey: add changes for monkey test
monkey_black_list: add monkey black list for the use of lava-test-shell test device.mk: add the software backup feature. add disablesuspend.sh for monkey test to wait the home screen Change-Id: Ifd4903a349625df83c28c46d35017b1afb606464 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--device.mk9
-rw-r--r--monkey_black_list6
2 files changed, 13 insertions, 2 deletions
diff --git a/device.mk b/device.mk
index 4698721..11ce302 100644
--- a/device.mk
+++ b/device.mk
@@ -65,13 +65,18 @@ ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.dex2oat-filter=""
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
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.software.backup.xml:system/etc/permissions/android.software.backup.xml \
frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml)
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
- device/linaro/build/eth0_dns.sh:system/bin/eth0_dns.sh)
+ frameworks/native/data/etc/android.software.app_widgets.xml:system/etc/permissions/android.software.app_widgets.xml)
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
- frameworks/native/data/etc/android.software.app_widgets.xml:system/etc/permissions/android.software.app_widgets.xml)
+ device/linaro/build/eth0_dns.sh:system/bin/eth0_dns.sh)
+
+PRODUCT_COPY_FILES += device/linaro/build/disablesuspend.sh:system/bin/disablesuspend.sh \
+ $(LOCAL_PATH)/monkey_black_list:data/monkey_black_list
+
# Copy media codecs config file
PRODUCT_COPY_FILES += device/linaro/build/media_codecs.xml:system/etc/media_codecs.xml
diff --git a/monkey_black_list b/monkey_black_list
new file mode 100644
index 0000000..4e70fe0
--- /dev/null
+++ b/monkey_black_list
@@ -0,0 +1,6 @@
+com.android.development
+com.android.quicksearchbox
+com.android.speechrecorder
+com.android.connectivitymanagertest
+org.linaro.glmark2
+com.android.gallery3d