Merge "Allow global overriding LOCAL_JACK_ENABLED"

This commit is contained in:
Yohann Roussel 2015-02-19 17:49:43 +00:00 committed by Android (Google) Code Review
commit 5a8aa535be
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@
# limitations under the License.
#
ifdef ANDROID_FORCE_JACK_ENABLED
LOCAL_JACK_ENABLED := $(ANDROID_FORCE_JACK_ENABLED)
endif
LOCAL_JACK_ENABLED := $(strip $(LOCAL_JACK_ENABLED))
ifneq ($(LOCAL_JACK_ENABLED),full)
ifneq ($(LOCAL_JACK_ENABLED),incremental)