mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-19 08:37:54 +01:00
Add default target to gn_isolate_map.pyl
This is required to compile the default target in Android bots. Bug: webrtc:14743 Change-Id: Ib8248e3d874b45eb59283f9503e07eadcd53bad7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/286545 Reviewed-by: Jeremy Leconte <jleconte@google.com> Commit-Queue: Daniel.L (Byoungchan) Lee <daniel.l@hpcnt.com> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38830}
This commit is contained in:
parent
1985b5a927
commit
e4caacbfc3
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@
|
|||
"label": "//net/dcsctp:dcsctp_unittests",
|
||||
"type": "console_test_launcher",
|
||||
},
|
||||
"default": {
|
||||
"label": "//:default",
|
||||
"type": "additional_compile_target",
|
||||
},
|
||||
"android_instrumentation_test_apk": {
|
||||
"label": "//sdk/android:android_instrumentation_test_apk",
|
||||
"type": "console_test_launcher",
|
||||
|
|
Loading…
Reference in a new issue