OSDN Git Service

Fix bad variable names.
authorDan Albert <danalbert@google.com>
Tue, 28 Apr 2015 18:26:45 +0000 (11:26 -0700)
committerDan Albert <danalbert@google.com>
Tue, 28 Apr 2015 18:26:45 +0000 (11:26 -0700)
My working tree was still dirty when I verified the original change.

Change-Id: I3e6fa6908b809c016231b398c5d30d8cce3b87ab

core/config_sanitizers.mk

index e195692..dcaab20 100644 (file)
@@ -100,7 +100,7 @@ ifneq ($(filter undefined,$(my_sanitize)),)
 endif
 
 
-ifeq ($(strip $(LOCAL_SANITIZE_RECOVER)),true)
-  recover_arg := $(subst $(space),$(comma),$(my_sanitize)),
+ifneq ($(strip $(LOCAL_SANITIZE_RECOVER)),)
+  recover_arg := $(subst $(space),$(comma),$(LOCAL_SANITIZE_RECOVER)),
   my_cflags += -fsanitize-recover=$(recover_arg)
 endif