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 <mbonadei@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30930}
This commit is contained in:
Mirko Bonadei
2020-03-28 23:19:39 +01:00
committed by Commit Bot
parent f63c9bbbd7
commit e3cfe2c32c

View File

@ -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",