Index: third_party/android/testrunner/README.chromium |
diff --git a/third_party/android/testrunner/README.chromium b/third_party/android/testrunner/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7293360dcc209e7a5c85891bc1ea3332d25fa33f |
--- /dev/null |
+++ b/third_party/android/testrunner/README.chromium |
@@ -0,0 +1,25 @@ |
+Name: Android Test runner script |
+URL: http://source.android.com |
+Version: 3.1.4 |
+License: Apache Version 2.0 |
+Security Critical: no |
+ |
+Description: |
+This package is the scripts used to run the unit test for Android and from |
+Android Gingerbread. |
+ |
+Local Modifications: |
+This are no local modifications, all files were copied from |
+<android_gingerbread_tree>/development/testrunner/ |
+ |
+Here is the detail steps |
+1. Checkout Android source code |
+ |
+$ repo init -u git://android.git.kernel.org/platform/manifest.git -b gingerbread |
Mark Mentovai
2011/10/17 21:02:12
Is there a way to do this (either sync or some ope
michaelbai
2011/10/17 21:41:00
Done.
|
+$ repo sync |
+ |
+2. Copy the related files from |
+ <android_gingerbread_tree>/development/testrunner/ |
+ |
+More information can be found in |
+http://source.android.com/source/downloading.html |