aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2023-09-27 03:36:40 +0000
committerKrzysztof Kosiński <krzysio@google.com>2023-09-28 07:32:09 +0000
commit74313e5f1807380eb4d6feb9ec0f10afcc7ba307 (patch)
treee99d7ae87765a9a0fe709f8a0a9dfafad8478f58
parentaed30ca5ac468d5184f39bebe8fef85b5a5d5834 (diff)
downloadtruth-74313e5f1807380eb4d6feb9ec0f10afcc7ba307.tar.gz
Alias prebuilt Truth to the source version.
This has the effect of consolidating on one version of the library before all of the build files are fixed. Bug: 255714762 Test: presubmit Change-Id: I9f2c85c89ffeae22d4fba9135d7d26756b106ebd
-rw-r--r--Android.bp29
1 files changed, 29 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 79a37634..e56c0667 100644
--- a/Android.bp
+++ b/Android.bp
@@ -95,3 +95,32 @@ 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",
+}
+
+java_library {
+ name: "truth-java8-extension-jar",
+ host_supported: true,
+ static_libs: ["truth-java8-extension"],
+ sdk_version: "current",
+}