aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSorin Basca <sorinbasca@google.com>2022-09-29 05:19:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-09-29 05:19:32 +0000
commita6b43f7ba69ed1353860b0f24705215bed3d4db6 (patch)
treee29cd62385ee42135c782962be52e44098675180
parent14cbdbefd37121b696f2284f66d672c2c9c6dd37 (diff)
parentd491beac30eee6c6f4cdffa840f30907d162be1e (diff)
downloadjdiff-a6b43f7ba69ed1353860b0f24705215bed3d4db6.tar.gz
Merge "Exclude jdiff from build"android-t-qpr1-beta-2-gplmain-16k
-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,
+// }