mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 09:11:50 -04:00
11 lines
418 B
Text
11 lines
418 B
Text
--- src/webrtc/src/testing/test.gni.orig 2022-02-18 09:31:19 UTC
|
|
+++ src/webrtc/src/testing/test.gni
|
|
@@ -17,7 +17,7 @@ declare_args() {
|
|
# "location_tags.json", and so we don't want to try and upload the tags
|
|
# for their tests.
|
|
# And, some build configs may simply turn off generation altogether.
|
|
- tests_have_location_tags = generate_location_tags
|
|
+ tests_have_location_tags = false
|
|
}
|
|
|
|
if (is_android) {
|