From e3cfe2c32c66d6b5d9bc893be3aab112d6ebfc19 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Sat, 28 Mar 2020 23:19:39 +0100 Subject: [PATCH] Add more missing targets to gn_isolate_map.pyl. This CL should fix the following error: MBErr: target "android_examples_junit_tests" not found in //testing/buildbot/gn_isolate_map.pyl target "android_sdk_junit_tests" not found in //testing/buildbot/gn_isolate_map.pyl TBR=phoglund@webrtc.org No-Try: True Bug: webrtc:11262 Change-Id: Ib1d05401fc9170fe3025e971a1148c4e4cac9506 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/172083 Commit-Queue: Mirko Bonadei Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#30930} --- tools_webrtc/mb/gn_isolate_map.pyl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools_webrtc/mb/gn_isolate_map.pyl b/tools_webrtc/mb/gn_isolate_map.pyl index 3536d68c85..13d5613778 100644 --- a/tools_webrtc/mb/gn_isolate_map.pyl +++ b/tools_webrtc/mb/gn_isolate_map.pyl @@ -27,6 +27,14 @@ "label": "//:android_junit_tests", "type": "junit_test", }, + "android_examples_junit_tests": { + "label": "//examples:android_examples_junit_tests", + "type": "junit_test", + }, + "android_sdk_junit_tests": { + "label": "//sdk/android:android_sdk_junit_tests", + "type": "junit_test", + }, "apprtcmobile_tests": { "label": "//examples:apprtcmobile_tests", "type": "raw",