Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a2359f3 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am a1d60522: am 14cb9130: am a7ebd27b: Merge "Fix bad variable names."

* commit 'a1d60522':
  Fix bad variable names.
parents 29c83a9a a1d60522
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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