Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1525)

Unified Diff: build/android/gyp/apk_install.py

Issue 21977003: Build changes for updating Android SDK to 4.3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/android/gyp/apk_install.py
diff --git a/build/android/gyp/apk_install.py b/build/android/gyp/apk_install.py
index f0ed973a3085f1a8b8d3d5bfd767000d5f8e8f90..e308aabdb2271a1824b618994fc5a92ac9a80b7f 100755
--- a/build/android/gyp/apk_install.py
+++ b/build/android/gyp/apk_install.py
@@ -54,8 +54,6 @@ def RecordInstallMetadata(device, apk_package, metadata_path):
def main(argv):
parser = optparse.OptionParser()
- parser.add_option('--android-sdk-tools',
- help='Path to Android SDK tools.')
parser.add_option('--apk-path',
help='Path to .apk to install.')
parser.add_option('--install-record',
« no previous file with comments | « build/android/envsetup.sh ('k') | build/android/gyp/dex.py » ('j') | build/android/gyp/dex.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698