diff options
author | shashishekhar@chromium.org <shashishekhar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-19 03:35:01 +0000 |
---|---|---|
committer | shashishekhar@chromium.org <shashishekhar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-19 03:35:01 +0000 |
commit | c45c83c33aa78c10b56813e3bd8792c746e82968 (patch) | |
tree | c6a1913cc464dec5f01f60ff9c2ed0e1a7f13924 /testing | |
parent | 940be76667d9330fb7e817b5bc624fd32ac3acd6 (diff) | |
download | chromium_src-c45c83c33aa78c10b56813e3bd8792c746e82968.zip chromium_src-c45c83c33aa78c10b56813e3bd8792c746e82968.tar.gz chromium_src-c45c83c33aa78c10b56813e3bd8792c746e82968.tar.bz2 |
Remove redundant option from script.
gyp files using sdk-build were already cleaned up, it is now safe
to remove this option.
Cleanup in chromium here: https://chromiumcodereview.appspot.com/11066094
Cleanup in webkit here: http://trac.webkit.org/changeset/131681
Review URL: https://chromiumcodereview.appspot.com/11185069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162915 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/android/generate_native_test.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/android/generate_native_test.py b/testing/android/generate_native_test.py index 169ea66..153403b 100755 --- a/testing/android/generate_native_test.py +++ b/testing/android/generate_native_test.py @@ -170,10 +170,6 @@ def main(argv): help='ABI for native shared library') parser.add_option('--strip-binary', help='Binary to use for stripping the native libraries.') - parser.add_option('--sdk-build', type='int', default=1, - help='Unless set to 0, build the generated apk with ant. ' - 'Otherwise assume compiling within the Android ' - 'source tree using Android.mk.') parser.add_option('--ant-args', action='append', help='extra args for ant') |