Lines Matching +full:ninja +full:- +full:bin
1 #!/bin/bash -eux
2 # Verifies that bp2build-generated BUILD files for bionic (and its dependencies)
7 if [[ -z ${DIST_DIR+x} ]]; then
14 …TE_BAZEL_FILES=true "${AOSP_ROOT}/build/soong/soong_ui.bash" --make-mode nothing --skip-soong-tests
16 …build output marker file to communicate to buildbot that this is not a regular Ninja build, and its
18 rm -f out/ninja_build
20 # We could create .bazelrc files and use them on buildbots with --bazelrc, but
23 --color=no
24 --curses=no
25 --show_progress_rate_limit=5
26 --config=bp2build
31 --keep_going
32 --test_output=errors
40 //external/arm-optimized-routines/...
44 tools/bazel --max_idle_secs=5 build ${BUILD_FLAGS} --platforms //build/bazel/platforms:android_x86 …
45 tools/bazel --max_idle_secs=5 build ${BUILD_FLAGS} --platforms //build/bazel/platforms:android_x86_…
46 tools/bazel --max_idle_secs=5 build ${BUILD_FLAGS} --platforms //build/bazel/platforms:android_arm …
47 tools/bazel --max_idle_secs=5 build ${BUILD_FLAGS} --platforms //build/bazel/platforms:android_arm6…
50 tools/bazel --max_idle_secs=5 test ${BUILD_FLAGS} ${TEST_FLAGS} //build/bazel/tests/...