summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2020-06-18 23:20:20 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-06-18 23:20:20 +0000
commit130f0696f87f49ae6833eb9d007fa1d449ce4f7e (patch)
treefa15703f239b75822eb2fbaca7305d68bac723b4
parent362f0366fb1c75fa4af15ce3b1dda1dda8fa99b7 (diff)
parentc5ff3d240ca120e2ab64520b456a686d368159f7 (diff)
Merge "disable libpdx_fuzz"
-rw-r--r--libs/vr/libpdx/fuzz/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/vr/libpdx/fuzz/Android.bp b/libs/vr/libpdx/fuzz/Android.bp
index 20a03eaa78..34907751fa 100644
--- a/libs/vr/libpdx/fuzz/Android.bp
+++ b/libs/vr/libpdx/fuzz/Android.bp
@@ -16,4 +16,8 @@ cc_fuzz {
"libutils",
"liblog",
],
+ fuzz_config: {
+ fuzz_on_haiku_host: false,
+ fuzz_on_haiku_device: false,
+ },
}