aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSorin Basca <sorinbasca@google.com>2022-09-14 13:15:16 +0100
committerSorin Basca <sorinbasca@google.com>2022-09-14 13:15:16 +0100
commitd491beac30eee6c6f4cdffa840f30907d162be1e (patch)
treee29cd62385ee42135c782962be52e44098675180
parent14cbdbefd37121b696f2284f66d672c2c9c6dd37 (diff)
downloadjdiff-d491beac30eee6c6f4cdffa840f30907d162be1e.tar.gz
Exclude jdiff from build
Bug: 246303954 Test: TH Change-Id: I9aef30a8bb8108543ad2cbd716cc9cc1329a4d1d
-rw-r--r--Android.bp14
1 files changed, 8 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 22ae7fe..f22fe1c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -46,9 +46,11 @@ license {
],
}
-java_library_host {
- name: "jdiff",
- srcs: ["**/*.java"],
-
- use_tools_jar: true,
-}
+// b/246303954: jdiff is excluded from build until it is migrated to Java 17, or
+// replaced by another tool
+// java_library_host {
+// name: "jdiff",
+// srcs: ["**/*.java"],
+//
+// use_tools_jar: true,
+// }