aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorZi Wang <mrziwang@google.com>2022-10-14 10:38:26 -0700
committerZi Wang <mrziwang@google.com>2022-10-14 10:50:04 -0700
commit73ef01c299e84072b45ab99cc349e42fcad3e561 (patch)
tree3243e58e56d3a8dee60c582a2c917d18edc9bd5a /Android.bp
parent4d5be65020c98240c46ed35ff27af8398e6fc4fd (diff)
downloadjazzer-api-73ef01c299e84072b45ab99cc349e42fcad3e561.tar.gz
Add a wrapper for jazzer_setup
Without a proper wrapper and a wrapper property showing where the wrapper is in bp, the build for jazzer_setup module is incorrect. This change fixes this problem. Owners of jazzer_setup feel free to modify the wrapper to their needs after this change. Test: m nothing and treehugger Change-Id: I4f7e7de6047095019455039c0395c73d0b512239
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d4377f44..1f5b45be 100644
--- a/Android.bp
+++ b/Android.bp
@@ -56,6 +56,7 @@ java_library {
java_binary {
name: "jazzer_setup",
+ wrapper: "jazzer_setup.sh",
host_supported: true,
srcs: [
"JazzerSetup.java",