summaryrefslogtreecommitdiff
path: root/java/testing.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2025-02-20 15:45:57 -0800
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2025-02-20 15:45:57 -0800
commit3bc95fe5fea237dfd88b6810fac84185288d98f8 (patch)
tree007b9a039e45feef016456d82e3e5816dd277098 /java/testing.go
parent94ca16f5bd8c09c8383f60171ae93b3f2a41f137 (diff)
parentdc95088864cfb5cc3df880c7ab1899459e8735b0 (diff)
Merge "Remove RELEASE_USE_TRANSITIVE_JARS_IN_CLASSPATH" into main am: 646e843e91 am: dc95088864
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3502196 Change-Id: I823974fc71fdf574bb677296d358d11c4cbd7d7c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'java/testing.go')
-rw-r--r--java/testing.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/java/testing.go b/java/testing.go
index b3071d7c6..d7878d68d 100644
--- a/java/testing.go
+++ b/java/testing.go
@@ -824,5 +824,3 @@ func FixtureSetBootImageInstallDirOnDevice(name string, installDir string) andro
config.installDir = installDir
})
}
-
-var PrepareForTestWithTransitiveClasspathEnabled = android.PrepareForTestWithBuildFlag("RELEASE_USE_TRANSITIVE_JARS_IN_CLASSPATH", "true")