Strip LOCAL_MODULE before referencing it.
Bug: 24985980 Change-Id: Ic97e852aa7a8bf2d9224d3d6656d33145cc67800
This commit is contained in:
parent
c98da6590a
commit
4d20a32a79
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue