HomeSort by relevance Sort by last modified time
    Searched refs:ASAN (Results 1 - 2 of 2) sorted by null

  /system/core/rootdir/
Android.mk 27 # asan.options
32 LOCAL_MODULE := asan.options
39 # Modules for asan.options.X files.
43 define create-asan-options-module
45 LOCAL_MODULE := asan.options.$(1)
46 ASAN_OPTIONS_FILES += asan.options.$(1)
48 # The asan.options.off.template tries to turn off as much of ASAN as is possible.
49 LOCAL_SRC_FILES := asan.options.off.template
101 $(foreach binary, $(SANITIZE_ASAN_OPTIONS_FOR), $(eval $(call create-asan-options-module,$(binary)))
    [all...]
  /build/make/
envsetup.sh 25 - SANITIZE_HOST: Set to 'true' to use ASAN for all host modules. Note that
    [all...]

Completed in 81 milliseconds