From e770754b9fe184a64e9fb76be0cc23e98c3768a7 Mon Sep 17 00:00:00 2001 From: Guang Zhu Date: Fri, 15 Jun 2012 14:46:26 -0700 Subject: [PATCH] add uiautomator into system image this includes 2 pieces: * uiautomator shell script * uiautomator.jar: test runner and the automation framework classes source is under frameworks/testing/uiautomator Change-Id: I237d85b8917d2451cf35362d2e34786940897921 --- target/product/core.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/product/core.mk b/target/product/core.mk index 57c0f443f..688c80684 100644 --- a/target/product/core.mk +++ b/target/product/core.mk @@ -118,7 +118,8 @@ PRODUCT_PACKAGES := \ requestsync \ screencap \ sensorservice \ - lint + lint \ + uiautomator PRODUCT_COPY_FILES += \ system/core/rootdir/init.usb.rc:root/init.usb.rc \ -- 2.11.0