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

Unified Diff: tools-webrtc/android/build_aar.py

Issue 2647343006: Moving build_aar.py to new location (Closed)
Patch Set: Updating documentation Created 3 years, 11 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 | « no previous file | webrtc/build/android/build_aar.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/android/build_aar.py
diff --git a/webrtc/build/android/build_aar.py b/tools-webrtc/android/build_aar.py
similarity index 99%
rename from webrtc/build/android/build_aar.py
rename to tools-webrtc/android/build_aar.py
index bd2efb4ca0a397ea25dc351381f1877c143c7db9..7f6937f2001fa54d2bcae0ea5fd7d61557fb6841 100755
--- a/webrtc/build/android/build_aar.py
+++ b/tools-webrtc/android/build_aar.py
@@ -11,7 +11,7 @@
"""Script to generate libwebrtc.aar for distribution.
The script has to be run from the root src folder.
-./webrtc/build/android/build_aar.py
+./tools-webrtc/android/build_aar.py
.aar-file is just a zip-archive containing the files of the library. The file
structure generated by this script looks like this:
« no previous file with comments | « no previous file | webrtc/build/android/build_aar.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698