3bf15e71d3
Creates a build_system_stats.txt build artifact that contains statistics on how many BUILD_* modules are defined in a build. Also writes out information about the Soong module types sent from the Soong build. Merged-In: Iaf0c7062f542dc6942b5349854f3d49267cac4a5 Change-Id: Iaf0c7062f542dc6942b5349854f3d49267cac4a5
10 lines
389 B
Makefile
10 lines
389 B
Makefile
################################################
|
|
## A thin wrapper around BUILD_HOST_EXECUTABLE
|
|
## Common flags for host fuzz tests are added.
|
|
################################################
|
|
$(call record-module-type,HOST_FUZZ_TEST)
|
|
|
|
LOCAL_CFLAGS += -fsanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
|
|
LOCAL_STATIC_LIBRARIES += libLLVMFuzzer
|
|
|
|
include $(BUILD_HOST_EXECUTABLE)
|