2a4fc3ecdc
Test: Added an integration test Test: bazel build --package_path=out/soong/workspace //bionic/... Change-Id: Ie34bd23ab3c5428e6c9c9919e5fb6fcb4e709adc
8 lines
217 B
Bash
Executable file
8 lines
217 B
Bash
Executable file
#!/bin/bash -eu
|
|
|
|
set -o pipefail
|
|
|
|
TOP="$(readlink -f "$(dirname "$0")"/../../..)"
|
|
"$TOP/build/soong/tests/bootstrap_test.sh"
|
|
"$TOP/build/soong/tests/mixed_mode_test.sh"
|
|
"$TOP/build/soong/tests/bp2build_bazel_test.sh"
|