| 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:
|
|
|