Merge "Strip LOCAL_MODULE before referencing it."
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user