Fix test to use --experimental_platform_in_output_dir.
Bug: 197925723 Test: CI Change-Id: I89dfb38efe261f008e7aab8d76eb3ff5c18add69
This commit is contained in:
parent
8c10020ffd
commit
ba6d4ac226
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ EOF
|
|||
# NOTE: We don't actually use the extra BUILD file for anything here
|
||||
run_bazel build --package_path=out/soong/workspace //foo/...
|
||||
|
||||
local the_answer_file="bazel-out/k8-fastbuild/bin/foo/convertible_soong_module/the_answer.txt"
|
||||
local the_answer_file="bazel-out/android_target-fastbuild/bin/foo/convertible_soong_module/the_answer.txt"
|
||||
if [[ ! -f "${the_answer_file}" ]]; then
|
||||
fail "Expected '${the_answer_file}' to be generated, but was missing"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue