Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbe7230f authored by Jingwen Chen's avatar Jingwen Chen Committed by Automerger Merge Worker
Browse files

Merge "Revert "Fix test to use --experimental_platform_in_output_dir."" am:...

Merge "Revert "Fix test to use --experimental_platform_in_output_dir."" am: 7b568c1c am: 2ddc1eb1

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1856337

Change-Id: I53b7788a0a3da48fe47a8e8240f8f41bab0f74d6
parents a242a29f 2ddc1eb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/android_target-fastbuild/bin/foo/convertible_soong_module/the_answer.txt"
  local the_answer_file="bazel-out/k8-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