Setup Android Debug bot building component builds |
|
Issue descriptionIn the client.webrtc waterfall we're lacking compile coverage of Android Debug builds with is_component_build=true set. Chromium has this in https://cs.chromium.org/chromium/src/tools/mb/mb_config.pyl?rcl=0&l=470 as an example. Let's call the new bot ''Android32 ARM Builder component (dbg)' I've verified the build is currently green as of [1] using: gn gen out/android-Debug-component --args="target_os=\"android\" target_cpu=\"arm\" is_debug=true is_component_build=true" ninja -C out/android-Debug-component [1]: https://chromium.googlesource.com/external/webrtc/+/5f70d3b5597bbca81b18b5807e12209500286d61 |
|
►
Sign in to add a comment |
|
Comment 1 by kjellander@chromium.org
, Sep 21 2017