summaryrefslogtreecommitdiffstats
path: root/core/main.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2010-09-22 16:57:01 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-22 16:57:01 -0700
commit9f28f0d76e31c9cce0aecb06091cf0e40b44fd0e (patch)
tree1d0a3d3fab77e516c03f0d001e848e7770e2db56 /core/main.mk
parent554402f76d8720dc3784b133d95f4aba2da4aa91 (diff)
parente7874c430895b9a4e631c89f1e7729da9264d167 (diff)
downloadbuild-9f28f0d76e31c9cce0aecb06091cf0e40b44fd0e.zip
build-9f28f0d76e31c9cce0aecb06091cf0e40b44fd0e.tar.gz
build-9f28f0d76e31c9cce0aecb06091cf0e40b44fd0e.tar.bz2
am e7874c43: Integrate dexpreopt into the build system.
Merge commit 'e7874c430895b9a4e631c89f1e7729da9264d167' into gingerbread-plus-aosp * commit 'e7874c430895b9a4e631c89f1e7729da9264d167': Integrate dexpreopt into the build system.
Diffstat (limited to 'core/main.mk')
-rw-r--r--core/main.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/main.mk b/core/main.mk
index 10048d5..4c8bc09 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -157,6 +157,9 @@ INTERNAL_MODIFIER_TARGETS := showcommands checkbuild
# Bring in standard build system definitions.
include $(BUILD_SYSTEM)/definitions.mk
+# Bring in dex_preopt.mk
+include $(BUILD_SYSTEM)/dex_preopt.mk
+
ifneq ($(filter eng user userdebug tests,$(MAKECMDGOALS)),)
$(info ***************************************************************)
$(info ***************************************************************)