-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
680 lines (680 loc) · 26.3 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
[submodule "build/secondary/third_party/protobuf"]
path = build/secondary/third_party/protobuf
url = https://fuchsia.googlesource.com/protobuf-gn
name = protobuf-gn
ignore = all
[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
[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
[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
[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
[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
[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
[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
[submodule "third_party/acpica"]
path = third_party/acpica
url = https://fuchsia.googlesource.com/third_party/acpica
name = third_party/acpica
ignore = all
[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
[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
[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
[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
[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
[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
[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
[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
[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
[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
[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
[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
[submodule "third_party/bcmdhd"]
path = third_party/bcmdhd
url = https://fuchsia.googlesource.com/third_party/bcmdhd
name = third_party/bcmdhd
ignore = all
[submodule "third_party/boringssl/src"]
path = third_party/boringssl/src
url = https://boringssl.googlesource.com/boringssl
name = boringssl
ignore = all
[submodule "third_party/cobalt"]
path = third_party/cobalt
url = https://fuchsia.googlesource.com/cobalt
name = cobalt
ignore = all
[submodule "third_party/cobalt_config"]
path = third_party/cobalt_config
url = https://fuchsia.googlesource.com/cobalt-registry
name = cobalt-registry
ignore = all
[submodule "third_party/curl"]
path = third_party/curl
url = https://fuchsia.googlesource.com/third_party/curl
name = third_party/curl
ignore = all
[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
[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
[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
[submodule "third_party/expat"]
path = third_party/expat
url = https://fuchsia.googlesource.com/third_party/expat
name = third_party/expat
ignore = all
[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
[submodule "third_party/freetype2"]
path = third_party/freetype2
url = https://fuchsia.googlesource.com/third_party/freetype2
name = third_party/freetype2
ignore = all
[submodule "third_party/gflags"]
path = third_party/gflags
url = https://fuchsia.googlesource.com/third_party/gflags
name = third_party/gflags
ignore = all
[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
[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
[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
[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
[submodule "third_party/glfw"]
path = third_party/glfw
url = https://fuchsia.googlesource.com/third_party/glfw
name = third_party/glfw
ignore = all
[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
[submodule "third_party/glog"]
path = third_party/glog
url = https://fuchsia.googlesource.com/third_party/glog
name = third_party/glog
ignore = all
[submodule "third_party/glslang"]
path = third_party/glslang
url = https://fuchsia.googlesource.com/third_party/glslang
name = third_party/glslang
ignore = all
[submodule "third_party/go"]
path = third_party/go
url = https://fuchsia.googlesource.com/third_party/go
name = third_party/go
ignore = all
[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
[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
[submodule "third_party/grpc"]
path = third_party/grpc
url = https://fuchsia.googlesource.com/third_party/grpc
name = third_party/grpc
ignore = all
[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
[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
[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
[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
[submodule "third_party/inih"]
path = third_party/inih
url = https://fuchsia.googlesource.com/third_party/inih
name = third_party/inih
ignore = all
[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
[submodule "third_party/iperf"]
path = third_party/iperf
url = https://fuchsia.googlesource.com/third_party/iperf
name = third_party/iperf
ignore = all
[submodule "third_party/jinja2/jinja2"]
path = third_party/jinja2/jinja2
url = https://fuchsia.googlesource.com/third_party/jinja2
name = third_party/jinja2
ignore = all
[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
[submodule "third_party/libc-tests"]
path = third_party/libc-tests
url = https://fuchsia.googlesource.com/libc-tests
name = libc-tests
ignore = all
[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
[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
[submodule "third_party/libpng/src"]
path = third_party/libpng/src
url = https://fuchsia.googlesource.com/third_party/libpng
name = third_party/libpng
ignore = all
[submodule "third_party/libxml2"]
path = third_party/libxml2
url = https://fuchsia.googlesource.com/third_party/libxml2
name = third_party/libxml2
ignore = all
[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
[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
[submodule "third_party/lz4"]
path = third_party/lz4
url = https://fuchsia.googlesource.com/third_party/lz4
name = third_party/lz4
ignore = all
[submodule "third_party/mako"]
path = third_party/mako
url = https://fuchsia.googlesource.com/third_party/mako
name = third_party/mako
ignore = all
[submodule "third_party/markupsafe"]
path = third_party/markupsafe
url = https://fuchsia.googlesource.com/third_party/markupsafe
name = third_party/markupsafe
ignore = all
[submodule "third_party/mesa"]
path = third_party/mesa
url = https://fuchsia.googlesource.com/third_party/mesa
name = third_party/mesa
ignore = all
[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
[submodule "third_party/nlassert/src"]
path = third_party/nlassert/src
url = https://fuchsia.googlesource.com/third_party/nlassert
name = third_party/nlassert
ignore = all
[submodule "third_party/nlio"]
path = third_party/nlio
url = https://fuchsia.googlesource.com/third_party/nlio
name = third_party/nlio
ignore = all
[submodule "third_party/ogg"]
path = third_party/ogg
url = https://fuchsia.googlesource.com/third_party/ogg
name = third_party/ogg
ignore = all
[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
[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
[submodule "third_party/openthread"]
path = third_party/openthread
url = https://fuchsia.googlesource.com/third_party/openthread
name = third_party/openthread
ignore = all
[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
[submodule "third_party/opus"]
path = third_party/opus
url = https://fuchsia.googlesource.com/third_party/xiph/opus
name = third_party/xiph/opus
ignore = all
[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
[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
[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
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://fuchsia.googlesource.com/third_party/protobuf
name = third_party/protobuf
ignore = all
[submodule "third_party/pytoml"]
path = third_party/pytoml
url = https://fuchsia.googlesource.com/third_party/pytoml
name = third_party/pytoml
ignore = all
[submodule "third_party/pyyaml/src"]
path = third_party/pyyaml/src
url = https://fuchsia.googlesource.com/third_party/pyyaml
name = third_party/pyyaml
ignore = all
[submodule "third_party/quickjs"]
path = third_party/quickjs
url = https://fuchsia.googlesource.com/third_party/quickjs
name = third_party/quickjs
ignore = all
[submodule "third_party/rapidjson"]
path = third_party/rapidjson
url = https://fuchsia.googlesource.com/third_party/rapidjson
name = third_party/rapidjson
ignore = all
[submodule "third_party/re2/src"]
path = third_party/re2/src
url = https://fuchsia.googlesource.com/third_party/re2
name = third_party/re2
ignore = all
[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
[submodule "third_party/sbase"]
path = third_party/sbase
url = https://fuchsia.googlesource.com/third_party/sbase
name = third_party/sbase
ignore = all
[submodule "third_party/scudo/gwp_asan"]
path = third_party/scudo/gwp_asan
url = https://llvm.googlesource.com/gwp-asan
name = gwp-asan
ignore = all
[submodule "third_party/scudo/src"]
path = third_party/scudo/src
url = https://llvm.googlesource.com/scudo
name = scudo
ignore = all
[submodule "third_party/shaderc"]
path = third_party/shaderc
url = https://fuchsia.googlesource.com/third_party/shaderc
name = third_party/shaderc
ignore = all
[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
[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
[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
[submodule "third_party/syzkaller"]
path = third_party/syzkaller
url = https://fuchsia.googlesource.com/third_party/syzkaller
name = third_party/syzkaller
ignore = all
[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
[submodule "third_party/tink"]
path = third_party/tink
url = https://fuchsia.googlesource.com/third_party/tink
name = third_party/tink
ignore = all
[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
[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
[submodule "third_party/wayland"]
path = third_party/wayland
url = https://fuchsia.googlesource.com/third_party/wayland
name = third_party/wayland
ignore = all
[submodule "third_party/yxml"]
path = third_party/yxml
url = https://fuchsia.googlesource.com/third_party/yxml
name = third_party/yxml
ignore = all
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://fuchsia.googlesource.com/third_party/zlib
name = third_party/zlib
ignore = all
[submodule "third_party/zstd/src"]
path = third_party/zstd/src
url = https://fuchsia.googlesource.com/third_party/zstd
name = third_party/zstd
ignore = all
[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
[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
[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
[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
[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
[submodule "third_party/android/device/generic/vulkan-cereal"]
path = third_party/android/device/generic/vulkan-cereal
url = https://fuchsia.googlesource.com/third_party/android/device/generic/vulkan-cereal
name = third_party/android/device/generic/vulkan-cereal
ignore = all
[submodule "third_party/linux-syscall-support/src"]
path = third_party/linux-syscall-support/src
url = https://chromium.googlesource.com/linux-syscall-support
name = linux-syscall-support
ignore = all
[submodule "third_party/mini_chromium/src"]
path = third_party/mini_chromium/src
url = https://chromium.googlesource.com/chromium/mini_chromium
name = chromium/mini_chromium
ignore = all
[submodule "third_party/antlion"]
path = third_party/antlion
url = https://fuchsia.googlesource.com/antlion
name = antlion
ignore = all
[submodule "third_party/crashpad/src"]
path = third_party/crashpad/src
url = https://fuchsia.googlesource.com/third_party/crashpad
name = third_party/crashpad
ignore = all
[submodule "third_party/github.com/jd/tenacity/src"]
path = third_party/github.com/jd/tenacity/src
url = https://fuchsia.googlesource.com/third_party/github.com/jd/tenacity
name = third_party/github.com/jd/tenacity
ignore = all
[submodule "third_party/chromiumos-xorg-conf/src"]
path = third_party/chromiumos-xorg-conf/src
url = https://fuchsia.googlesource.com/third_party/chromium.googlesource.com/chromiumos/platform/xorg-conf
name = chromiumos-xorg-conf
ignore = all
[submodule "third_party/flatbuffers/src"]
path = third_party/flatbuffers/src
url = https://fuchsia.googlesource.com/third_party/github.com/google/flatbuffers
name = third_party/github.com/google/flatbuffers
ignore = all
[submodule "third_party/github.com/google/liblc3/src"]
path = third_party/github.com/google/liblc3/src
url = https://fuchsia.googlesource.com/third_party/github.com/google/liblc3
name = third_party/github.com/google/liblc3
ignore = all
[submodule "third_party/android/platform/packages/modules/Bluetooth/src"]
path = third_party/android/platform/packages/modules/Bluetooth/src
url = https://fuchsia.googlesource.com/third_party/android.googlesource.com/platform/packages/modules/Bluetooth
name = third_party/android.googlesource.com/platform/packages/modules/Bluetooth
ignore = all
[submodule "third_party/ubpf/src"]
path = third_party/ubpf/src
url = https://fuchsia.googlesource.com/third_party/github.com/iovisor/ubpf
name = third_party/ubpf
ignore = all
[submodule "third_party/colorama/colorama"]
path = third_party/colorama/colorama
url = https://fuchsia.googlesource.com/third_party/github.com/tartley/colorama
name = third_party/colorama
ignore = all
[submodule "third_party/jellyfish/jellyfish"]
path = third_party/jellyfish/jellyfish
url = https://fuchsia.googlesource.com/third_party/github.com/jamesturk/jellyfish
name = third_party/jellyfish
ignore = all
[submodule "third_party/github.com/google/cppdap/src"]
path = third_party/github.com/google/cppdap/src
url = https://fuchsia.googlesource.com/third_party/github.com/google/cppdap
name = third_party/github.com/google/cppdap
ignore = all
[submodule "third_party/pyjson5/src"]
path = third_party/pyjson5/src
url = https://fuchsia.googlesource.com/third_party/github.com/dpranke/pyjson5
name = third_party/pyjson5
ignore = all
[submodule "third_party/chre/src"]
path = third_party/chre/src
url = https://fuchsia.googlesource.com/third_party/android.googlesource.com/platform/system/chre
name = third_party/chre
ignore = all
[submodule "third_party/gfxstream/aemu/src"]
path = third_party/gfxstream/aemu/src
url = https://fuchsia.googlesource.com/third_party/android.googlesource.com/platform/hardware/google/aemu
name = third_party/android/platform/hardware/google/aemu
ignore = all
[submodule "third_party/gfxstream/src"]
path = third_party/gfxstream/src
url = https://fuchsia.googlesource.com/third_party/android.googlesource.com/platform/hardware/google/gfxstream
name = third_party/android/platform/hardware/google/gfxstream
ignore = all
[submodule "third_party/pigweed/src"]
path = third_party/pigweed/src
url = https://fuchsia.googlesource.com/third_party/pigweed.googlesource.com/pigweed/pigweed
name = third_party/pigweed
ignore = all
[submodule "third_party/bazel_rules_proto"]
path = third_party/bazel_rules_proto
url = https://fuchsia.googlesource.com/third_party/github.com/bazelbuild/rules_proto
name = third_party/bazel_rules_proto
ignore = all
[submodule "third_party/Vulkan-Utility-Libraries/src"]
path = third_party/Vulkan-Utility-Libraries/src
url = https://fuchsia.googlesource.com/third_party/github.com/KhronosGroup/Vulkan-Utility-Libraries
name = third_party/Vulkan-Utility-Libraries
ignore = all
[submodule "third_party/pylibs/astroid/src"]
path = third_party/pylibs/astroid/src
url = https://fuchsia.googlesource.com/third_party/github.com/pylint-dev/astroid
name = third_party/pylibs/astroid
ignore = all
[submodule "third_party/pylibs/dill/src"]
path = third_party/pylibs/dill/src
url = https://fuchsia.googlesource.com/third_party/github.com/uqfoundation/dill
name = third_party/pylibs/dill
ignore = all
[submodule "third_party/pylibs/isort/src"]
path = third_party/pylibs/isort/src
url = https://fuchsia.googlesource.com/third_party/github.com/PyCQA/isort
name = third_party/pylibs/isort
ignore = all
[submodule "third_party/pylibs/mccabe/src"]
path = third_party/pylibs/mccabe/src
url = https://fuchsia.googlesource.com/third_party/github.com/PyCQA/mccabe
name = third_party/pylibs/mccabe
ignore = all
[submodule "third_party/pylibs/mypy/src"]
path = third_party/pylibs/mypy/src
url = https://fuchsia.googlesource.com/third_party/github.com/python/mypy
name = third_party/pylibs/mypy
ignore = all
[submodule "third_party/pylibs/mypy_extensions/src"]
path = third_party/pylibs/mypy_extensions/src
url = https://fuchsia.googlesource.com/third_party/github.com/python/mypy_extensions
name = third_party/pylibs/mypy_extensions
ignore = all
[submodule "third_party/pylibs/platformdirs/src"]
path = third_party/pylibs/platformdirs/src
url = https://fuchsia.googlesource.com/third_party/github.com/platformdirs/platformdirs
name = third_party/pylibs/platformdirs
ignore = all
[submodule "third_party/pylibs/pylint/src"]
path = third_party/pylibs/pylint/src
url = https://fuchsia.googlesource.com/third_party/github.com/pylint-dev/pylint
name = third_party/pylibs/pylint
ignore = all
[submodule "third_party/pylibs/tomlkit/src"]
path = third_party/pylibs/tomlkit/src
url = https://fuchsia.googlesource.com/third_party/github.com/sdispater/tomlkit
name = third_party/pylibs/tomlkit
ignore = all
[submodule "third_party/pylibs/typing_extensions/src"]
path = third_party/pylibs/typing_extensions/src
url = https://fuchsia.googlesource.com/third_party/github.com/python/typing_extensions
name = third_party/pylibs/typing_extensions
ignore = all