2015-07-30 23:56:30 +00:00
|
|
|
################################################
|
|
|
|
## A thin wrapper around BUILD_HOST_EXECUTABLE
|
|
|
|
## Common flags for host fuzz tests are added.
|
|
|
|
################################################
|
2016-07-25 23:03:53 +00:00
|
|
|
$(call record-module-type,HOST_FUZZ_TEST)
|
2015-07-30 23:56:30 +00:00
|
|
|
|
2019-05-01 21:37:33 +00:00
|
|
|
LOCAL_SANITIZE += fuzzer
|
2015-07-30 23:56:30 +00:00
|
|
|
LOCAL_STATIC_LIBRARIES += libLLVMFuzzer
|
|
|
|
|
|
|
|
include $(BUILD_HOST_EXECUTABLE)
|