summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e47c9ce716..7e5903a90b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -752,6 +752,10 @@ use-art-verify-none:
# Clear locally used variables.
TEST_ART_TARGET_SYNC_DEPS :=
+# These files only exist if this flag is off. WITH_DEXPREOPT_ART_BOOT_IMG_ONLY is the
+# minimal dexpreopt mode we use on eng builds for build speed.
+ifneq ($(WITH_DEXPREOPT_ART_BOOT_IMG_ONLY),true)
+
# Helper target that depends on boot image creation.
#
# Can be used, for example, to dump initialization failures:
@@ -767,6 +771,8 @@ art-job-images: \
$(HOST_OUT_EXECUTABLES)/dex2oatds \
$(HOST_OUT_EXECUTABLES)/profman
+endif # TARGET_BUILD_VARIANT == eng
+
########################################################################
# Build a target that contains dex public SDK stubs for SDK version in the list.