webrtc/examples/aarproject
Byoungchan Lee 0d6d9488ae Rename release_aar.py and modify it for validation of aar file.
As announced in the google groups [1], the pre-built Android aar is no
longer distributed and last update was August 2020. [2]
So we can remove the code that uploads aar to bintray in release_aar.py.

Still, the ability to create an Android aar and use it in a gradle
project (examples/aarproject) is useful. It can also be used to validate
aar by running PeerConnectionClientTest from examples/androidtests.

So I renamed release_aar.py to test_aar.py and make it working without
releasing the aar to an external hosting server.
This makes it easy to verify further changes to the aar.

[1] https://groups.google.com/g/discuss-webrtc/c/Ozvbd0p7Q1Y/m/TtQyRI1KAgAJ
[2] https://mvnrepository.com/artifact/org.webrtc/google-webrtc?repo=bt-google-webrtc

Bug: webrtc:11962
Change-Id: Ibe066a3a770569924e3b57805986808e1dd19df6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/220622
Commit-Queue: Byoungchan Lee <daniel.l@hpcnt.com>
Reviewed-by: Xavier Lepaul‎ <xalep@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34540}
2021-07-23 09:06:34 +00:00
..
.idea Add Android Studio project for AppRTCMobile that builds against AAR. 2017-10-13 08:46:27 +00:00
app Rename release_aar.py and modify it for validation of aar file. 2021-07-23 09:06:34 +00:00
.gitignore Use Android SDK from third_party/ for AppRTCMobile AAR-project. 2017-10-16 15:39:07 +00:00
build.gradle Update gradle wrapper & gradle plugin. 2020-08-28 08:58:57 +00:00
gradle.properties Add Android Studio project for AppRTCMobile that builds against AAR. 2017-10-13 08:46:27 +00:00
local.properties Fix outdated android sdk path in tests. 2019-03-21 12:18:19 +00:00
OWNERS Change from sakal@webrtc.org to xalep@webrtc.org in OWNERS files. 2021-04-14 08:27:54 +00:00
settings.gradle Add Android Studio project for AppRTCMobile that builds against AAR. 2017-10-13 08:46:27 +00:00