OSDN Git Service

Update Security String to 2017-05-05 on nyc-dev
[android-x86/build.git] / core / host_fuzz_test.mk
1 ################################################
2 ## A thin wrapper around BUILD_HOST_EXECUTABLE
3 ## Common flags for host fuzz tests are added.
4 ################################################
5
6 LOCAL_CFLAGS += -fsanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
7 LOCAL_STATIC_LIBRARIES += libLLVMFuzzer
8
9 include $(BUILD_HOST_EXECUTABLE)