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

Commit 411b2f90 authored by Ying Wang's avatar Ying Wang Committed by Gerrit Code Review
Browse files

Merge "Strip LOCAL_MODULE before referencing it."

parents dba46710 227cdd02
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -19,6 +19,7 @@ LOCAL_JACK_ENABLED := $(ANDROID_FORCE_JACK_ENABLED)
endif
endif


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


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