commit | 411b2f90a95e5a471f248ec769826cf22dd12296 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@android.com> | Tue Oct 27 00:08:05 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 27 00:08:05 2015 +0000 |
tree | d13ed15c71efb00b7b582ef8d5184566f3a4922c | |
parent | dba46710fe5bb0ea3bea8c3c0fea76273d343ff3 [diff] | |
parent | 227cdd02c45d155faa0617294427df6667a869de [diff] |
Merge "Strip LOCAL_MODULE before referencing it."
diff --git a/core/configure_local_jack.mk b/core/configure_local_jack.mk index d903ed9..2270c88 100644 --- a/core/configure_local_jack.mk +++ b/core/configure_local_jack.mk
@@ -19,6 +19,7 @@ endif LOCAL_JACK_ENABLED := $(strip $(LOCAL_JACK_ENABLED)) +LOCAL_MODULE := $(strip $(LOCAL_MODULE)) ifneq ($(LOCAL_JACK_ENABLED),full) ifneq ($(LOCAL_JACK_ENABLED),incremental)