blob: 8fafdd4eed498cb309e6a2b66de2db42220bfedf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/webrtc/src/testing/test.gni.orig 2022-02-18 09:31:19 UTC
+++ src/webrtc/src/testing/test.gni
@@ -19,7 +19,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
# Build individual_fuzztest_wrapper if use_fuzztest_wrapper is set.
# Some projects doesn't have //base and cannot build
|