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

Unified Diff: build/android/strip_library_for_apk.py

Issue 12853002: Convert java library javac/jar to python (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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
« no previous file with comments | « build/android/pylib/build_utils.py ('k') | build/java.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/strip_library_for_apk.py
diff --git a/build/android/strip_library_for_apk.py b/build/android/strip_library_for_apk.py
index 8a0e3ea6ed1e32aeef676ad112a681264578c81f..f0cd08713a82b566776b012a6f10b68601205f60 100755
--- a/build/android/strip_library_for_apk.py
+++ b/build/android/strip_library_for_apk.py
@@ -31,7 +31,7 @@ def main(argv):
options, paths = parser.parse_args()
- build_utils.EnsureDirectoryExists(options.stripped_libraries_dir)
+ build_utils.MakeDirectory(options.stripped_libraries_dir)
for library_path in paths:
stripped_library_path = os.path.join(options.stripped_libraries_dir,
« no previous file with comments | « build/android/pylib/build_utils.py ('k') | build/java.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698