| Index: tools_webrtc/android/build_aar.py
|
| diff --git a/tools-webrtc/android/build_aar.py b/tools_webrtc/android/build_aar.py
|
| similarity index 99%
|
| rename from tools-webrtc/android/build_aar.py
|
| rename to tools_webrtc/android/build_aar.py
|
| index 9db8f8f2b5010e2b9df4d40152850233f862e854..54272e979e446c25de831aa36f24624ed335976f 100755
|
| --- a/tools-webrtc/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.
|
| -./tools-webrtc/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:
|
|
|