aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp17
1 files changed, 9 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index f22fe1c..141e3f8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -46,11 +46,12 @@ license {
],
}
-// 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,
-// }
+ java_library_host {
+ name: "jdiff",
+ srcs: ["**/*.java"],
+ static_libs: [
+ "doclava-doclet-adapter",
+ ],
+
+ use_tools_jar: true,
+ }