Chromium Code Reviews| 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..7b9c527c13c9ac6af30132fae497fdb3380b84b2 |
| --- /dev/null |
| +++ b/third_party/android/testrunner/README.chromium |
| @@ -0,0 +1,26 @@ |
| +Name: Android Test runner script. |
|
Mark Mentovai
2011/10/17 18:46:39
Same nit as in the other file: no period necessary
michaelbai
2011/10/17 20:48:52
Done.
|
| +URL: http://source.android.com |
| +Version: 3.1.4 |
| +License: Apache Version 2.0 |
|
Mark Mentovai
2011/10/17 18:46:39
Needs a “License file:” too.
michaelbai
2011/10/17 20:48:52
Done.
|
| +Security Critical: no |
| + |
| +Description: |
| +This package is the scripts used to run the unit test for Android and from |
| +Android Gingerbread. |
| + |
| +Local Modifications: |
| +This is no local modifications, all files were copied from |
|
Mark Mentovai
2011/10/17 18:46:39
“There are no local modifications”
michaelbai
2011/10/17 20:48:52
Done.
|
| +<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 |
|
Mark Mentovai
2011/10/17 18:46:39
How do you check out 3.1.4 specifically, as refere
michaelbai
2011/10/17 20:48:52
Done.
|
| +$ repo sync |
| + |
| +2. Copy the related files from |
| + <android_gingerbread_tree>/development/testrunner/ |
| + |
| +More information could be found in |
|
Mark Mentovai
2011/10/17 18:46:39
could be -> can be
michaelbai
2011/10/17 20:48:52
Done.
|
| +http://source.android.com/source/downloading.html |
| + |
|
Mark Mentovai
2011/10/17 18:46:39
Same nit as in the other file: no blank line at EO
michaelbai
2011/10/17 20:48:52
Done.
|