summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Krzysztof KosiƄski <krzysio@google.com> 2023-10-18 17:31:04 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-10-18 17:31:04 +0000
commit506feb67fbbac367034fb99e54929c504a08fb14 (patch)
treea2e47e9c9c4833a2e6311a80be725ada435489d6
parent2d2c9fbdede0ba74c423fb1593e265bec133b51f (diff)
parentad529c24fe26ed3dcf844116eb72a6c6d22964c2 (diff)
Merge "Clean up obsolete aliases for Truth." into main
-rwxr-xr-xtools/hoststubgen/hoststubgen/test-tiny-framework/run-test-manually.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/hoststubgen/hoststubgen/test-tiny-framework/run-test-manually.sh b/tools/hoststubgen/hoststubgen/test-tiny-framework/run-test-manually.sh
index 6bf074b1bf9f..523106f51fc8 100755
--- a/tools/hoststubgen/hoststubgen/test-tiny-framework/run-test-manually.sh
+++ b/tools/hoststubgen/hoststubgen/test-tiny-framework/run-test-manually.sh
@@ -36,7 +36,7 @@ mkdir -p $out
HOSTSTUBGEN=hoststubgen
# Rebuild the tool and the dependencies. These are the only things we build with the build system.
-run m $HOSTSTUBGEN hoststubgen-annotations hoststubgen-helper-runtime truth-prebuilt junit
+run m $HOSTSTUBGEN hoststubgen-annotations hoststubgen-helper-runtime truth junit
# Build tiny-framework
@@ -55,7 +55,7 @@ framework_compile_classpaths=(
test_compile_classpaths=(
$SOONG_INT/external/junit/junit/android_common/combined/junit.jar
- $ANDROID_HOST_OUT/framework/truth-prebuilt.jar
+ $SOONG_INT/external/truth/truth/android_common/combined/truth.jar
)
test_runtime_classpaths=(