36b6f0472f
These are tests that use LLVM's libFuzzer for testing with a sanitizer. Bug: http://b/22850550 Change-Id: I6eeaff7877b7dd0c30f8910c6f27f5278b27a83d
9 lines
337 B
Makefile
9 lines
337 B
Makefile
################################################
|
|
## A thin wrapper around BUILD_HOST_EXECUTABLE
|
|
## Common flags for host fuzz tests are added.
|
|
################################################
|
|
|
|
LOCAL_CFLAGS += -fsanitize-coverage=edge,indirect-calls,8bit-counters
|
|
LOCAL_STATIC_LIBRARIES += libLLVMFuzzer
|
|
|
|
include $(BUILD_HOST_EXECUTABLE)
|