aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-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",
-}