aboutsummaryrefslogtreecommitdiff
path: root/core/host_fuzz_test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/host_fuzz_test.mk')
-rw-r--r--core/host_fuzz_test.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/host_fuzz_test.mk b/core/host_fuzz_test.mk
deleted file mode 100644
index 54c6577fdb..0000000000
--- a/core/host_fuzz_test.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-################################################
-## A thin wrapper around BUILD_HOST_EXECUTABLE
-## Common flags for host fuzz tests are added.
-################################################
-$(call record-module-type,HOST_FUZZ_TEST)
-
-LOCAL_SANITIZE += fuzzer
-LOCAL_STATIC_LIBRARIES += libLLVMFuzzer
-
-include $(BUILD_HOST_EXECUTABLE)