Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c709c03e authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Build all the way to classes.dex for checkbuild" am: 41c7d842 am: 9003bc7d

am: d186e1db

Change-Id: Ia040c655daf9c7649cd5e3732a67e346787786e5
parents c957f420 d186e1db
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -352,7 +352,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