Merge "Build all the way to classes.dex for checkbuild"

This commit is contained in:
Treehugger Robot 2017-02-18 01:35:39 +00:00 committed by Gerrit Code Review
commit 41c7d8423b
1 changed files with 4 additions and 0 deletions

View File

@ -348,7 +348,11 @@ ifdef full_classes_jar
ifdef LOCAL_JACK_ENABLED
LOCAL_CHECKED_MODULE := $(jack_check_timestamp)
else
ifeq ($(LOCAL_IS_STATIC_JAVA_LIBRARY),true)
LOCAL_CHECKED_MODULE := $(full_classes_compiled_jar)
else
LOCAL_CHECKED_MODULE := $(built_dex)
endif
endif
endif
endif