diff options
| author | 2023-01-12 01:01:24 +0000 | |
|---|---|---|
| committer | 2023-01-12 01:01:24 +0000 | |
| commit | 0ddd60fc1da26d9e8de28b0b9c5d70565e95662e (patch) | |
| tree | b581ff9a2d1239d435ad59c455d3f02c9cc2b694 | |
| parent | 39a301c963c4bab97193a75dbd2d1a9e84c67197 (diff) | |
| parent | 41eff2e4b6f3c70e737cf5384cf3343f4078e461 (diff) | |
Merge "Reference deapexer directly in bazel-bin"
| -rwxr-xr-x | tests/apex_comparison_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apex_comparison_tests.sh b/tests/apex_comparison_tests.sh index 412f84ae0..50070789a 100755 --- a/tests/apex_comparison_tests.sh +++ b/tests/apex_comparison_tests.sh @@ -74,7 +74,7 @@ BAZEL_MINIMAL="$(realpath $(call_bazel cquery --config=bp2build --config=android # # Build debugfs separately, as it's not a dep of apexer, but needs to be an explicit arg. call_bazel build --config=bp2build --config=linux_x86_64 //external/e2fsprogs/debugfs //system/apex/tools:deapexer DEBUGFS_PATH="$(realpath $(call_bazel cquery --config=bp2build --config=linux_x86_64 --config=ci --output=files //external/e2fsprogs/debugfs))" -DEAPEXER="$(realpath $(call_bazel cquery --config=bp2build --config=linux_x86_64 --config=ci --output=files //system/apex/tools:deapexer))" +DEAPEXER="bazel-bin/system/apex/tools/deapexer" DEAPEXER="$DEAPEXER --debugfs_path=$DEBUGFS_PATH" ####### |