commit 7b1e33e059126912aee6aef6372d3f454f9b3f15
parent ac75f4ce572eba615d713c40a538e4d060630fd9
Author: Dan Baker <dbaker@mozilla.com>
Date: Mon, 1 Dec 2025 20:43:37 -0700
Bug 2000941 - Vendor libwebrtc from 9a843530d9
Upstream commit: https://webrtc.googlesource.com/src/+/9a843530d96a1fa3c766d58b3f89be1c410460f6
Update Android README with `android_static_analysis` argument
Include the `android_static_analysis` argument, which is required
for the build to succeed since https://webrtc-review.googlesource.com/c/src/+/384200
Bug: None
Change-Id: I0a78b005acdb806ed51b2c3b414f26cbf9dd47a3
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/409480
Reviewed-by: Christoffer Dewerin <jansson@webrtc.org>
Commit-Queue: Daniel.L (Byoungchan) Lee <daniel.l@hpcnt.com>
Cr-Commit-Position: refs/heads/main@{#45652}
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/third_party/libwebrtc/README.mozilla.last-vendor b/third_party/libwebrtc/README.mozilla.last-vendor
@@ -1,4 +1,4 @@
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc
-libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-02T03:41:05.959801+00:00.
+libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-02T03:43:24.742119+00:00.
# base of lastest vendoring
-426f0590b6
+9a843530d9
diff --git a/third_party/libwebrtc/docs/native-code/android/README.md b/third_party/libwebrtc/docs/native-code/android/README.md
@@ -32,7 +32,7 @@ Make sure your current working directory is src/ of your workspace.
Then run:
```
-$ gn gen out/Debug --args='target_os="android" target_cpu="arm"'
+$ gn gen out/Debug --args='target_os="android" target_cpu="arm" android_static_analysis="off"'
```
You can specify a directory of your own choice instead of `out/Debug`,