build: document that aaudio was experimental

and make git blame point to a public description

NOTRY=true
BUG=webrtc:11947

Change-Id: Ic914c30243be8fd301140bc9d9489ff5869c6461
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/184502
Reviewed-by: Henrik Andreassson <henrika@webrtc.org>
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Cr-Commit-Position: refs/heads/master@{#32130}
This commit is contained in:
Philipp Hancke
2020-09-17 16:13:20 +02:00
committed by Commit Bot
parent 591b2ab82e
commit e95ebda562

View File

@ -120,8 +120,8 @@ declare_args() {
# Enable to use the Mozilla internal settings. # Enable to use the Mozilla internal settings.
build_with_mozilla = false build_with_mozilla = false
# Enable use of Android AAudio which requires Android SDK 26 or above and # Experimental: enable use of Android AAudio which requires Android SDK 26 or above
# NDK r16 or above. # and NDK r16 or above.
rtc_enable_android_aaudio = false rtc_enable_android_aaudio = false
# Set to "func", "block", "edge" for coverage generation. # Set to "func", "block", "edge" for coverage generation.