OSDN Git Service

add uiautomator into system image
authorGuang Zhu <guangzhu@google.com>
Fri, 15 Jun 2012 21:46:26 +0000 (14:46 -0700)
committerGuang Zhu <guangzhu@google.com>
Sun, 17 Jun 2012 07:33:08 +0000 (00:33 -0700)
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

index 57c0f44..688c806 100644 (file)
@@ -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 \