summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/Android.bp13
1 files changed, 13 insertions, 0 deletions
diff --git a/build/Android.bp b/build/Android.bp
index e2d724b99e..e8a0b5424b 100644
--- a/build/Android.bp
+++ b/build/Android.bp
@@ -362,3 +362,16 @@ java_library {
},
},
}
+
+// A version of core-icu4j only for the ART fuzzer.
+java_library {
+ name: "core-icu4j-fuzzer",
+ visibility: [
+ "//art/tools/fuzzer",
+ ],
+ static_libs: ["core-icu4j-for-host"],
+ stem: "core-icu4j",
+ compile_dex: true,
+ sdk_version: "none",
+ system_modules: "none",
+}