Skip to content

Commit

Permalink
[Android] Move Android chromium.linux bot compile target specificatio…
Browse files Browse the repository at this point in the history
…n into src.

BUG=604466, 604470

Review-Url: https://codereview.chromium.org/1940573002
Cr-Commit-Position: refs/heads/master@{#390780}
  • Loading branch information
jbudorick authored and Commit bot committed Apr 29, 2016
1 parent ea6b4cf commit 4423f2a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions testing/buildbot/chromium.linux.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
{
"Android Arm64 Builder (dbg)": {
"additional_compile_targets": [
"android_builder_tests"
]
},
"Android Builder": {
"additional_compile_targets": [
"cronet_test_instrumentation_apk",
"system_webview_apk"
]
},
"Android Builder (dbg)": {
"additional_compile_targets": [
"system_webview_apk"
]
},
"Android Clang Builder (dbg)": {
"additional_compile_targets": [
"android_builder_tests"
]
},
"Android GN": {
"gtest_tests": [
{
Expand Down

0 comments on commit 4423f2a

Please sign in to comment.