From 26764613ad49e4b68fadc4d725ed7c6fdb609656 Mon Sep 17 00:00:00 2001 From: mbonadei Date: Wed, 25 Jan 2017 07:42:08 -0800 Subject: [PATCH] Moving build_aar.py to new location We are moving the whole content of "webrtc/build" to new locations (see crbug.com/611808 for further information). The new location for the "webrtc/build/android" stuff is "tools-webrtc/android". BUG=webrtc:7030 Review-Url: https://codereview.webrtc.org/2647343006 Cr-Commit-Position: refs/heads/master@{#16269} --- {webrtc/build => tools-webrtc}/android/build_aar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {webrtc/build => tools-webrtc}/android/build_aar.py (99%) 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 bd2efb4ca0..7f6937f200 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: