ports/multimedia/ringrtc/files/patch-src_webrtc_src_testing_test.gni
2023-11-13 18:27:03 +01:00

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) {