am 713d6256: am 6a571cb7: Add prebuilt Android Test Support and UI Automator helper libs

* commit '713d6256d36aad2ea185d284c738c94febe825c3':
  Add prebuilt Android Test Support and UI Automator helper libs
diff --git a/common/android-support-test/Android.mk b/common/android-support-test/Android.mk
new file mode 100644
index 0000000..09a6457
--- /dev/null
+++ b/common/android-support-test/Android.mk
@@ -0,0 +1,26 @@
+# Copyright (C) 2014 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+LOCAL_PATH:= $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE := android-support-test
+LOCAL_MODULE_TAGS := optional
+LOCAL_SRC_FILES := android-support-test.jar
+LOCAL_MODULE_CLASS := JAVA_LIBRARIES
+LOCAL_MODULE_SUFFIX := $(COMMON_JAVA_PACKAGE_SUFFIX)
+
+include $(BUILD_PREBUILT)
+
diff --git a/common/android-support-test/MODULE_LICENSE_APL b/common/android-support-test/MODULE_LICENSE_APL
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/common/android-support-test/MODULE_LICENSE_APL
diff --git a/common/android-support-test/PREBUILT b/common/android-support-test/PREBUILT
new file mode 100644
index 0000000..326e4e5
--- /dev/null
+++ b/common/android-support-test/PREBUILT
@@ -0,0 +1,4 @@
+The object in this prebuilt directory can be rebuilt from
+	platform/frameworks/testing/support
+
+From the revision 4d1b19708272ba0597d48e4ce7cf5415da11933e
diff --git a/common/android-support-test/android-support-test.jar b/common/android-support-test/android-support-test.jar
new file mode 100644
index 0000000..bf4f7cd
--- /dev/null
+++ b/common/android-support-test/android-support-test.jar
Binary files differ
diff --git a/common/android-support-test/build.gradle b/common/android-support-test/build.gradle
new file mode 100644
index 0000000..4eae124
--- /dev/null
+++ b/common/android-support-test/build.gradle
@@ -0,0 +1,2 @@
+// allow other projects to directly use 'android-support-test.jar'
+artifacts.add("default", file('android-support-test.jar'))
diff --git a/common/com.android.uiautomator.platform.common/Android.mk b/common/com.android.uiautomator.platform.common/Android.mk
new file mode 100644
index 0000000..bb27a95
--- /dev/null
+++ b/common/com.android.uiautomator.platform.common/Android.mk
@@ -0,0 +1,26 @@
+# Copyright (C) 2014 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+LOCAL_PATH:= $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE := com.android.uiautomator.platform.common
+LOCAL_MODULE_TAGS := optional
+LOCAL_SRC_FILES := com.android.uiautomator.platform.common.jar
+LOCAL_MODULE_CLASS := JAVA_LIBRARIES
+LOCAL_MODULE_SUFFIX := $(COMMON_JAVA_PACKAGE_SUFFIX)
+
+include $(BUILD_PREBUILT)
+
diff --git a/common/com.android.uiautomator.platform.common/MODULE_LICENSE_APL b/common/com.android.uiautomator.platform.common/MODULE_LICENSE_APL
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/common/com.android.uiautomator.platform.common/MODULE_LICENSE_APL
diff --git a/common/com.android.uiautomator.platform.common/PREBUILT b/common/com.android.uiautomator.platform.common/PREBUILT
new file mode 100644
index 0000000..0612850
--- /dev/null
+++ b/common/com.android.uiautomator.platform.common/PREBUILT
@@ -0,0 +1,4 @@
+The object in this prebuilt directory can be rebuilt from
+	platform/frameworks/testing/uiautomator_test_libraries
+
+From the revision 4d1b19708272ba0597d48e4ce7cf5415da11933e
diff --git a/common/com.android.uiautomator.platform.common/build.gradle b/common/com.android.uiautomator.platform.common/build.gradle
new file mode 100644
index 0000000..eb733d7
--- /dev/null
+++ b/common/com.android.uiautomator.platform.common/build.gradle
@@ -0,0 +1,2 @@
+// allow other projects to directly use 'com.android.uiautomator.platform.common.jar'
+artifacts.add("default", file('com.android.uiautomator.platform.common.jar'))
diff --git a/common/com.android.uiautomator.platform.common/com.android.uiautomator.platform.common.jar b/common/com.android.uiautomator.platform.common/com.android.uiautomator.platform.common.jar
new file mode 100644
index 0000000..9e31ee0
--- /dev/null
+++ b/common/com.android.uiautomator.platform.common/com.android.uiautomator.platform.common.jar
Binary files differ