aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-28 23:17:13 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-28 23:17:13 +0000
commitab59cf28bc0b89f397c0ab1c2510d8c0f7320d66 (patch)
tree242ffab912be12d5c9db99bbf2384bb3a87a8883
parent4f72c4e503f244d2164adb75fedfd5fe93fba4ab (diff)
parent6f762844ed2bd7a4fb2e43f0ca74ff7f02c67426 (diff)
downloadtruth-android14-qpr2-release.tar.gz
Change-Id: Ib1895c5065d41958fa08e09a250bf2568df073e3
-rw-r--r--Android.bp22
1 files changed, 0 insertions, 22 deletions
diff --git a/Android.bp b/Android.bp
index 52f9744c..79a37634 100644
--- a/Android.bp
+++ b/Android.bp
@@ -95,25 +95,3 @@ java_library {
],
sdk_version: "current",
}
-
-// Deprecated aliases
-java_library {
- name: "truth-prebuilt",
- host_supported: true,
- static_libs: ["truth"],
- sdk_version: "current",
-}
-
-java_library {
- name: "truth-prebuilt-jar",
- host_supported: true,
- static_libs: ["truth"],
- sdk_version: "current",
-}
-
-java_library {
- name: "truth-host-prebuilt",
- host_supported: true,
- static_libs: ["truth"],
- sdk_version: "current",
-}