From e4caacbfc346e3ec8a19ea371f84b68ea368adb3 Mon Sep 17 00:00:00 2001 From: Byoungchan Lee Date: Tue, 6 Dec 2022 21:20:24 +0900 Subject: [PATCH] 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 Commit-Queue: Daniel.L (Byoungchan) Lee Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/main@{#38830} --- infra/specs/gn_isolate_map.pyl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infra/specs/gn_isolate_map.pyl b/infra/specs/gn_isolate_map.pyl index 7d1857225f..c7c472fcfa 100644 --- a/infra/specs/gn_isolate_map.pyl +++ b/infra/specs/gn_isolate_map.pyl @@ -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",