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:
Byoungchan Lee 2022-12-06 21:20:24 +09:00 committed by WebRTC LUCI CQ
parent 1985b5a927
commit e4caacbfc3

View file

@ -55,6 +55,10 @@
"label": "//net/dcsctp:dcsctp_unittests", "label": "//net/dcsctp:dcsctp_unittests",
"type": "console_test_launcher", "type": "console_test_launcher",
}, },
"default": {
"label": "//:default",
"type": "additional_compile_target",
},
"android_instrumentation_test_apk": { "android_instrumentation_test_apk": {
"label": "//sdk/android:android_instrumentation_test_apk", "label": "//sdk/android:android_instrumentation_test_apk",
"type": "console_test_launcher", "type": "console_test_launcher",