Merge "ASAN: Separate SANITIZE_LITE from asan.options" am: e7195be772
am: ee7be79816
Change-Id: I61a2083dbd4d7d895a7d5fd859b694e808e537c5
This commit is contained in:
commit
df13a9e51e
|
@ -53,7 +53,7 @@ endef
|
|||
|
||||
# Pretty comprehensive set of native services. This list is helpful if all that's to be checked is an
|
||||
# app.
|
||||
ifeq ($(SANITIZE_LITE),true)
|
||||
ifeq ($(SANITIZE_LITE_SERVICES),true)
|
||||
SANITIZE_ASAN_OPTIONS_FOR := \
|
||||
adbd \
|
||||
ATFWD-daemon \
|
||||
|
|
Loading…
Reference in New Issue