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

Commit 86a7c218 authored by Ying Wang's avatar Ying Wang Committed by android-build-merger
Browse files

Merge "Strip LOCAL_MODULE before referencing it." am: 411b2f90

am: fbb85a95

* commit 'fbb85a95':
  Strip LOCAL_MODULE before referencing it.
parents 695235af fbb85a95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ LOCAL_JACK_ENABLED := $(ANDROID_FORCE_JACK_ENABLED)
endif

LOCAL_JACK_ENABLED := $(strip $(LOCAL_JACK_ENABLED))
LOCAL_MODULE := $(strip $(LOCAL_MODULE))

ifneq ($(LOCAL_JACK_ENABLED),full)
ifneq ($(LOCAL_JACK_ENABLED),incremental)