forked from vsrinivas/fuchsia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
720 lines (720 loc) · 24.4 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
[submodule "build/secondary/third_party/protobuf"]
path = build/secondary/third_party/protobuf
url = https://fuchsia.googlesource.com/protobuf-gn
name = protobuf-gn
ignore = all
active = false
[submodule "third_party/OpenCL-Headers"]
path = third_party/OpenCL-Headers
url = https://fuchsia.googlesource.com/third_party/github.com/KhronosGroup/OpenCL-Headers
name = third_party/OpenCL-Headers
ignore = all
active = false
[submodule "third_party/OpenCL-ICD-Loader"]
path = third_party/OpenCL-ICD-Loader
url = https://fuchsia.googlesource.com/third_party/github.com/KhronosGroup/OpenCL-ICD-Loader
name = third_party/OpenCL-ICD-Loader
ignore = all
active = false
[submodule "third_party/Vulkan-Headers"]
path = third_party/Vulkan-Headers
url = https://fuchsia.googlesource.com/third_party/Vulkan-Headers
name = third_party/Vulkan-Headers
ignore = all
active = false
[submodule "third_party/Vulkan-Loader"]
path = third_party/Vulkan-Loader
url = https://fuchsia.googlesource.com/third_party/Vulkan-Loader
name = third_party/Vulkan-Loader
ignore = all
active = false
[submodule "third_party/Vulkan-Tools"]
path = third_party/Vulkan-Tools
url = https://fuchsia.googlesource.com/third_party/Vulkan-Tools
name = third_party/Vulkan-Tools
ignore = all
active = false
[submodule "third_party/Vulkan-ValidationLayers"]
path = third_party/Vulkan-ValidationLayers
url = https://fuchsia.googlesource.com/third_party/Vulkan-ValidationLayers
name = third_party/Vulkan-ValidationLayers
ignore = all
active = false
[submodule "third_party/abseil-cpp"]
path = third_party/abseil-cpp
url = https://fuchsia.googlesource.com/third_party/abseil-cpp
name = third_party/abseil-cpp
ignore = all
active = false
[submodule "third_party/acpica"]
path = third_party/acpica
url = https://fuchsia.googlesource.com/third_party/acpica
name = third_party/acpica
ignore = all
active = false
[submodule "third_party/alacritty"]
path = third_party/alacritty
url = https://fuchsia.googlesource.com/third_party/github.com/alacritty/alacritty
name = third_party/alacritty
ignore = all
active = false
[submodule "third_party/android/device/generic/goldfish-opengl"]
path = third_party/android/device/generic/goldfish-opengl
url = https://fuchsia.googlesource.com/third_party/android/device/generic/goldfish-opengl
name = third_party/android/device/generic/goldfish-opengl
ignore = all
active = false
[submodule "third_party/android/platform/bionic"]
path = third_party/android/platform/bionic
url = https://fuchsia.googlesource.com/third_party/android.googlesource.com/platform/bionic
name = third_party/android.googlesource.com/platform/bionic
ignore = all
active = false
[submodule "third_party/android/platform/external/aac"]
path = third_party/android/platform/external/aac
url = https://fuchsia.googlesource.com/third_party/android/platform/external/aac
name = third_party/android/platform/external/aac
ignore = all
active = false
[submodule "third_party/android/platform/external/avb"]
path = third_party/android/platform/external/avb
url = https://fuchsia.googlesource.com/third_party/android/platform/external/avb
name = third_party/android/platform/external/avb
ignore = all
active = false
[submodule "third_party/android/platform/system/bt"]
path = third_party/android/platform/system/bt
url = https://fuchsia.googlesource.com/third_party/android/platform/system/bt
name = third_party/android/platform/system/bt
ignore = all
active = false
[submodule "third_party/android/platform/system/core"]
path = third_party/android/platform/system/core
url = https://fuchsia.googlesource.com/third_party/android.googlesource.com/platform/system/core
name = third_party/android.googlesource.com/platform/system/core
ignore = all
active = false
[submodule "third_party/android/platform/system/libbase"]
path = third_party/android/platform/system/libbase
url = https://fuchsia.googlesource.com/third_party/android.googlesource.com/platform/system/libbase
name = third_party/android.googlesource.com/platform/system/libbase
ignore = all
active = false
[submodule "third_party/android/platform/tools/test/connectivity"]
path = third_party/android/platform/tools/test/connectivity
url = https://fuchsia.googlesource.com/third_party/android.googlesource.com/platform/tools/test/connectivity/
name = third_party/android.googlesource.com/platform/tools/test/connectivity
ignore = all
active = false
[submodule "third_party/bazel_rules_cc"]
path = third_party/bazel_rules_cc
url = https://fuchsia.googlesource.com/third_party/github.com/bazelbuild/rules_cc
name = third_party/bazel_rules_cc
ignore = all
active = false
[submodule "third_party/bazel_rules_go"]
path = third_party/bazel_rules_go
url = https://fuchsia.googlesource.com/third_party/github.com/bazelbuild/rules_go
name = third_party/bazel_rules_go
ignore = all
active = false
[submodule "third_party/bazel_rules_rust"]
path = third_party/bazel_rules_rust
url = https://fuchsia.googlesource.com/third_party/github.com/bazelbuild/rules_rust
name = third_party/bazel_rules_rust
ignore = all
active = false
[submodule "third_party/bazel_skylib"]
path = third_party/bazel_skylib
url = https://fuchsia.googlesource.com/third_party/github.com/bazelbuild/bazel-skylib
name = third_party/bazel_skylib
ignore = all
active = false
[submodule "third_party/bcmdhd"]
path = third_party/bcmdhd
url = https://fuchsia.googlesource.com/third_party/bcmdhd
name = third_party/bcmdhd
ignore = all
active = false
[submodule "third_party/boringssl/src"]
path = third_party/boringssl/src
url = https://boringssl.googlesource.com/boringssl
name = boringssl
ignore = all
active = false
[submodule "third_party/cobalt"]
path = third_party/cobalt
url = https://fuchsia.googlesource.com/cobalt
name = cobalt
ignore = all
active = false
[submodule "third_party/cobalt_config"]
path = third_party/cobalt_config
url = https://fuchsia.googlesource.com/cobalt-registry
name = cobalt-registry
ignore = all
active = false
[submodule "third_party/crashpad"]
path = third_party/crashpad
url = https://fuchsia.googlesource.com/third_party/crashpad
name = third_party/crashpad
ignore = all
active = false
[submodule "third_party/curl"]
path = third_party/curl
url = https://fuchsia.googlesource.com/third_party/curl
name = third_party/curl
ignore = all
active = false
[submodule "third_party/dart-pkg/git/flutter"]
path = third_party/dart-pkg/git/flutter
url = https://chromium.googlesource.com/external/github.com/flutter/flutter
name = external/github.com/flutter/flutter
ignore = all
active = false
[submodule "third_party/dart-pkg/pub"]
path = third_party/dart-pkg/pub
url = https://fuchsia.googlesource.com/third_party/dart-pkg
name = third_party/dart-pkg
ignore = all
active = false
[submodule "third_party/double-conversion"]
path = third_party/double-conversion
url = https://fuchsia.googlesource.com/third_party/google/double-conversion
name = third_party/google/double-conversion
ignore = all
active = false
[submodule "third_party/etnaviv_gpu_tests"]
path = third_party/etnaviv_gpu_tests
url = https://fuchsia.googlesource.com/third_party/etnaviv_gpu_tests
name = third_party/etnaviv_gpu_tests
ignore = all
active = false
[submodule "third_party/expat"]
path = third_party/expat
url = https://fuchsia.googlesource.com/third_party/expat
name = third_party/expat
ignore = all
active = false
[submodule "third_party/flatbuffers"]
path = third_party/flatbuffers
url = https://fuchsia.googlesource.com/third_party/flatbuffers
name = third_party/flatbuffers
ignore = all
active = false
[submodule "third_party/flite"]
path = third_party/flite
url = https://fuchsia.googlesource.com/third_party/flite
name = third_party/flite
ignore = all
active = false
[submodule "third_party/fmtlib/src"]
path = third_party/fmtlib/src
url = https://fuchsia.googlesource.com/third_party/github.com/fmtlib/fmt
name = third_party/fmtlib
ignore = all
active = false
[submodule "third_party/freetype2"]
path = third_party/freetype2
url = https://fuchsia.googlesource.com/third_party/freetype2
name = third_party/freetype2
ignore = all
active = false
[submodule "third_party/gflags"]
path = third_party/gflags
url = https://fuchsia.googlesource.com/third_party/gflags
name = third_party/gflags
ignore = all
active = false
[submodule "third_party/github.com/ARM-software/HWCPipe"]
path = third_party/github.com/ARM-software/HWCPipe
url = https://fuchsia.googlesource.com/third_party/github.com/ARM-software/HWCPipe
name = third_party/github.com/ARM-software/HWCPipe
ignore = all
active = false
[submodule "third_party/github.com/google/cppdap"]
path = third_party/github.com/google/cppdap
url = https://fuchsia.googlesource.com/third_party/github.com/google/cppdap
name = third_party/github.com/google/cppdap
ignore = all
active = false
[submodule "third_party/github.com/google/emboss/src"]
path = third_party/github.com/google/emboss/src
url = https://fuchsia.googlesource.com/third_party/github.com/google/emboss
name = third_party/github.com/google/emboss
ignore = all
active = false
[submodule "third_party/github.com/google/farmhash"]
path = third_party/github.com/google/farmhash
url = https://fuchsia.googlesource.com/third_party/github.com/google/farmhash
name = third_party/github.com/google/farmhash
ignore = all
active = false
[submodule "third_party/github.com/intel/intel-linux-processor-microcode-data-files"]
path = third_party/github.com/intel/intel-linux-processor-microcode-data-files
url = https://fuchsia.googlesource.com/third_party/github.com/intel/intel-linux-processor-microcode-data-files
name = third_party/github.com/intel/intel-linux-processor-microcode-data-files
ignore = all
active = false
[submodule "third_party/glfw"]
path = third_party/glfw
url = https://fuchsia.googlesource.com/third_party/glfw
name = third_party/glfw
ignore = all
active = false
[submodule "third_party/glm"]
path = third_party/glm
url = https://chromium.googlesource.com/external/github.com/g-truc/glm
name = external/github.com/g-truc/glm
ignore = all
active = false
[submodule "third_party/glog"]
path = third_party/glog
url = https://fuchsia.googlesource.com/third_party/glog
name = third_party/glog
ignore = all
active = false
[submodule "third_party/glslang"]
path = third_party/glslang
url = https://fuchsia.googlesource.com/third_party/glslang
name = third_party/glslang
ignore = all
active = false
[submodule "third_party/go"]
path = third_party/go
url = https://fuchsia.googlesource.com/third_party/go
name = third_party/go
ignore = all
active = false
[submodule "third_party/googletest/src"]
path = third_party/googletest/src
url = https://fuchsia.googlesource.com/third_party/github.com/google/googletest
name = third_party/github.com/google/googletest
ignore = all
active = false
[submodule "third_party/gperftools"]
path = third_party/gperftools
url = https://fuchsia.googlesource.com/third_party/github.com/gperftools/gperftools
name = third_party/github.com/gperftools/gperftools
ignore = all
active = false
[submodule "third_party/grpc"]
path = third_party/grpc
url = https://fuchsia.googlesource.com/third_party/grpc
name = third_party/grpc
ignore = all
active = false
[submodule "third_party/icu/default"]
path = third_party/icu/default
url = https://chromium.googlesource.com/chromium/deps/icu
name = chromium/deps/icu@default
ignore = all
active = false
[submodule "third_party/icu/latest"]
path = third_party/icu/latest
url = https://chromium.googlesource.com/chromium/deps/icu
name = chromium/deps/icu@latest
ignore = all
active = false
[submodule "third_party/icu/stable"]
path = third_party/icu/stable
url = https://chromium.googlesource.com/chromium/deps/icu
name = chromium/deps/icu@stable
ignore = all
active = false
[submodule "third_party/imgtec-pvr-rgx-km"]
path = third_party/imgtec-pvr-rgx-km
url = https://fuchsia.googlesource.com/third_party/imgtec-pvr-rgx-km
name = third_party/imgtec-pvr-rgx-km
ignore = all
active = false
[submodule "third_party/inih"]
path = third_party/inih
url = https://fuchsia.googlesource.com/third_party/inih
name = third_party/inih
ignore = all
active = false
[submodule "third_party/intel/libva"]
path = third_party/intel/libva
url = https://fuchsia.googlesource.com/third_party/github.com/intel/libva
name = third_party/intel/libva
ignore = all
active = false
[submodule "third_party/iperf"]
path = third_party/iperf
url = https://fuchsia.googlesource.com/third_party/iperf
name = third_party/iperf
ignore = all
active = false
[submodule "third_party/jinja2/jinja2"]
path = third_party/jinja2/jinja2
url = https://fuchsia.googlesource.com/third_party/jinja2
name = third_party/jinja2
ignore = all
active = false
[submodule "third_party/json5.vim"]
path = third_party/json5.vim
url = https://fuchsia.googlesource.com/third_party/github.com/gutenye/json5.vim
name = third_party/github.com/gutenye/json5.vim
ignore = all
active = false
[submodule "third_party/libc-tests"]
path = third_party/libc-tests
url = https://fuchsia.googlesource.com/libc-tests
name = libc-tests
ignore = all
active = false
[submodule "third_party/libffi"]
path = third_party/libffi
url = https://fuchsia.googlesource.com/third_party/github.com/libffi/libffi
name = third_party/github.com/libffi/libffi
ignore = all
active = false
[submodule "third_party/libpcap/src"]
path = third_party/libpcap/src
url = https://fuchsia.googlesource.com/third_party/github.com/the-tcpdump-group/libpcap
name = third_party/github.com/the-tcpdump-group/libpcap
ignore = all
active = false
[submodule "third_party/libpng/src"]
path = third_party/libpng/src
url = https://fuchsia.googlesource.com/third_party/libpng
name = third_party/libpng
ignore = all
active = false
[submodule "third_party/libxml2"]
path = third_party/libxml2
url = https://fuchsia.googlesource.com/third_party/libxml2
name = third_party/libxml2
ignore = all
active = false
[submodule "third_party/libyuv"]
path = third_party/libyuv
url = https://fuchsia.googlesource.com/third_party/libyuv
name = third_party/libyuv
ignore = all
active = false
[submodule "third_party/linux-syscall-support"]
path = third_party/linux-syscall-support
url = https://chromium.googlesource.com/linux-syscall-support
name = linux-syscall-support
ignore = all
active = false
[submodule "third_party/llvm-libc/src"]
path = third_party/llvm-libc/src
url = https://llvm.googlesource.com/llvm-project/libc
name = llvm-project/libc
ignore = all
active = false
[submodule "third_party/luci-go"]
path = third_party/luci-go
url = https://fuchsia.googlesource.com/third_party/luci-go
name = third_party/luci-go
ignore = all
active = false
[submodule "third_party/lz4"]
path = third_party/lz4
url = https://fuchsia.googlesource.com/third_party/lz4
name = third_party/lz4
ignore = all
active = false
[submodule "third_party/mako"]
path = third_party/mako
url = https://fuchsia.googlesource.com/third_party/mako
name = third_party/mako
ignore = all
active = false
[submodule "third_party/markupsafe"]
path = third_party/markupsafe
url = https://fuchsia.googlesource.com/third_party/markupsafe
name = third_party/markupsafe
ignore = all
active = false
[submodule "third_party/mesa"]
path = third_party/mesa
url = https://fuchsia.googlesource.com/third_party/mesa
name = third_party/mesa
ignore = all
active = false
[submodule "third_party/micro-ecc"]
path = third_party/micro-ecc
url = https://fuchsia.googlesource.com/third_party/github.com/kmackay/micro-ecc
name = third_party/github.com/kmackay/micro-ecc
ignore = all
active = false
[submodule "third_party/mini_chromium"]
path = third_party/mini_chromium
url = https://chromium.googlesource.com/chromium/mini_chromium
name = chromium/mini_chromium
ignore = all
active = false
[submodule "third_party/nlassert/src"]
path = third_party/nlassert/src
url = https://fuchsia.googlesource.com/third_party/nlassert
name = third_party/nlassert
ignore = all
active = false
[submodule "third_party/nlio"]
path = third_party/nlio
url = https://fuchsia.googlesource.com/third_party/nlio
name = third_party/nlio
ignore = all
active = false
[submodule "third_party/ogg"]
path = third_party/ogg
url = https://fuchsia.googlesource.com/third_party/ogg
name = third_party/ogg
ignore = all
active = false
[submodule "third_party/openssh-portable"]
path = third_party/openssh-portable
url = https://fuchsia.googlesource.com/third_party/openssh-portable
name = third_party/openssh-portable
ignore = all
active = false
[submodule "third_party/openssl-ecjpake/src"]
path = third_party/openssl-ecjpake/src
url = https://fuchsia.googlesource.com/third_party/openssl-ecjpake
name = third_party/openssl-ecjpake
ignore = all
active = false
[submodule "third_party/openthread"]
path = third_party/openthread
url = https://fuchsia.googlesource.com/third_party/openthread
name = third_party/openthread
ignore = all
active = false
[submodule "third_party/openweave-core"]
path = third_party/openweave-core
url = https://fuchsia.googlesource.com/third_party/openweave-core
name = third_party/openweave-core
ignore = all
active = false
[submodule "third_party/opus"]
path = third_party/opus
url = https://fuchsia.googlesource.com/third_party/xiph/opus
name = third_party/xiph/opus
ignore = all
active = false
[submodule "third_party/parameterized/src"]
path = third_party/parameterized/src
url = https://fuchsia.googlesource.com/third_party/github.com/wolever/parameterized
name = third_party/github.com/wolever/parameterized
ignore = all
active = false
[submodule "third_party/pciids"]
path = third_party/pciids
url = https://fuchsia.googlesource.com/third_party/github.com/pciutils/pciids
name = third_party/github.com/pciutils/pciids
ignore = all
active = false
[submodule "third_party/perfetto"]
path = third_party/perfetto
url = https://fuchsia.googlesource.com/third_party/android.googlesource.com/platform/external/perfetto/
name = third_party/perfetto
ignore = all
active = false
[submodule "third_party/pigweed/src"]
path = third_party/pigweed/src
url = https://pigweed.googlesource.com/pigweed/pigweed
name = third_party/pigweed
ignore = all
active = false
[submodule "third_party/processor-trace"]
path = third_party/processor-trace
url = https://fuchsia.googlesource.com/third_party/processor-trace
name = third_party/processor-trace
ignore = all
active = false
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://fuchsia.googlesource.com/third_party/protobuf
name = third_party/protobuf
ignore = all
active = false
[submodule "third_party/pytoml"]
path = third_party/pytoml
url = https://fuchsia.googlesource.com/third_party/pytoml
name = third_party/pytoml
ignore = all
active = false
[submodule "third_party/pyyaml/src"]
path = third_party/pyyaml/src
url = https://fuchsia.googlesource.com/third_party/pyyaml
name = third_party/pyyaml
ignore = all
active = false
[submodule "third_party/quickjs"]
path = third_party/quickjs
url = https://fuchsia.googlesource.com/third_party/quickjs
name = third_party/quickjs
ignore = all
active = false
[submodule "third_party/rapidjson"]
path = third_party/rapidjson
url = https://fuchsia.googlesource.com/third_party/rapidjson
name = third_party/rapidjson
ignore = all
active = false
[submodule "third_party/re2/src"]
path = third_party/re2/src
url = https://fuchsia.googlesource.com/third_party/re2
name = third_party/re2
ignore = all
active = false
[submodule "third_party/rust_crates/mirrors/quiche"]
path = third_party/rust_crates/mirrors/quiche
url = https://fuchsia.googlesource.com/third_party/rust-mirrors/quiche
name = third_party/rust-mirrors/quiche
ignore = all
active = false
[submodule "third_party/rust_crates/mirrors/rustyline"]
path = third_party/rust_crates/mirrors/rustyline
url = https://fuchsia.googlesource.com/third_party/rust-mirrors/rustyline
name = third_party/rust-mirrors/rustyline
ignore = all
active = false
[submodule "third_party/rust_crates/mirrors/serde_json5"]
path = third_party/rust_crates/mirrors/serde_json5
url = https://fuchsia.googlesource.com/third_party/github.com/google/serde_json5
name = third_party/github.com/google/serde_json5
ignore = all
active = false
[submodule "third_party/safeside"]
path = third_party/safeside
url = https://fuchsia.googlesource.com/third_party/safeside
name = third_party/safeside
ignore = all
active = false
[submodule "third_party/sbase"]
path = third_party/sbase
url = https://fuchsia.googlesource.com/third_party/sbase
name = third_party/sbase
ignore = all
active = false
[submodule "third_party/scudo/gwp_asan"]
path = third_party/scudo/gwp_asan
url = https://llvm.googlesource.com/gwp-asan
name = gwp-asan
ignore = all
active = false
[submodule "third_party/scudo/src"]
path = third_party/scudo/src
url = https://llvm.googlesource.com/scudo
name = scudo
ignore = all
active = false
[submodule "third_party/sdk-integration"]
path = third_party/sdk-integration
url = https://fuchsia.googlesource.com/sdk-integration
name = third_party/sdk-integration
ignore = all
active = false
[submodule "third_party/shaderc"]
path = third_party/shaderc
url = https://fuchsia.googlesource.com/third_party/shaderc
name = third_party/shaderc
ignore = all
active = false
[submodule "third_party/spirv-cross"]
path = third_party/spirv-cross
url = https://fuchsia.googlesource.com/third_party/spirv-cross
name = third_party/spirv-cross
ignore = all
active = false
[submodule "third_party/spirv-headers"]
path = third_party/spirv-headers
url = https://fuchsia.googlesource.com/third_party/spirv-headers
name = third_party/spirv-headers
ignore = all
active = false
[submodule "third_party/spirv-tools"]
path = third_party/spirv-tools
url = https://fuchsia.googlesource.com/third_party/spirv-tools
name = third_party/spirv-tools
ignore = all
active = false
[submodule "third_party/syzkaller"]
path = third_party/syzkaller
url = https://fuchsia.googlesource.com/third_party/syzkaller
name = third_party/syzkaller
ignore = all
active = false
[submodule "third_party/tcpdump/src"]
path = third_party/tcpdump/src
url = https://fuchsia.googlesource.com/third_party/github.com/the-tcpdump-group/tcpdump
name = third_party/github.com/the-tcpdump-group/tcpdump
ignore = all
active = false
[submodule "third_party/tink"]
path = third_party/tink
url = https://fuchsia.googlesource.com/third_party/tink
name = third_party/tink
ignore = all
active = false
[submodule "third_party/tpm2-tss/src"]
path = third_party/tpm2-tss/src
url = https://fuchsia.googlesource.com/third_party/github.com/tpm2-software/tpm2-tss
name = third_party/tpm2-tss
ignore = all
active = false
[submodule "third_party/vboot_reference"]
path = third_party/vboot_reference
url = https://fuchsia.googlesource.com/third_party/vboot_reference
name = third_party/vboot_reference
ignore = all
active = false
[submodule "third_party/wayland"]
path = third_party/wayland
url = https://fuchsia.googlesource.com/third_party/wayland
name = third_party/wayland
ignore = all
active = false
[submodule "third_party/yxml"]
path = third_party/yxml
url = https://fuchsia.googlesource.com/third_party/yxml
name = third_party/yxml
ignore = all
active = false
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://fuchsia.googlesource.com/third_party/zlib
name = third_party/zlib
ignore = all
active = false
[submodule "third_party/zstd/src"]
path = third_party/zstd/src
url = https://fuchsia.googlesource.com/third_party/zstd
name = third_party/zstd
ignore = all
active = false
[submodule "third_party/bazel_rules_license"]
path = third_party/bazel_rules_license
url = https://fuchsia.googlesource.com/third_party/github.com/bazelbuild/rules_license
name = third_party/bazel_rules_license
ignore = all
active = false
[submodule "third_party/bazel_platforms"]
path = third_party/bazel_platforms
url = https://fuchsia.googlesource.com/third_party/github.com/bazelbuild/platforms
name = third_party/bazel_platforms
ignore = all
active = false
[submodule "third_party/bazel_rules_python"]
path = third_party/bazel_rules_python
url = https://fuchsia.googlesource.com/third_party/github.com/bazelbuild/rules_python
name = third_party/bazel_rules_python
ignore = all
active = false
[submodule "third_party/mobly/src"]
path = third_party/mobly/src
url = https://fuchsia.googlesource.com/third_party/github.com/google/mobly
name = third_party/github.com/google/mobly
ignore = all
active = false
[submodule "third_party/python_portpicker/src"]
path = third_party/python_portpicker/src
url = https://fuchsia.googlesource.com/third_party/github.com/google/python_portpicker
name = third_party/github.com/google/python_portpicker
ignore = all
active = false