aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Napier <napier@google.com>2008-10-28 11:40:24 -0700
committerBill Napier <napier@google.com>2008-10-28 11:40:24 -0700
commitd858fe8e02e6b25c1ea229864d743176c4ac9362 (patch)
tree91c43dca548fce7a797803a3f36e65e6182549ea
parent8c1fc1a3b86350f8b83bae0810ebd51f95d73365 (diff)
downloadbuild-d858fe8e02e6b25c1ea229864d743176c4ac9362.tar.gz
Changed dexpreopt/Config.mk to use new (correct) path.
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index 24d4ad3872..224c3cfd8a 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -481,7 +481,7 @@ ifdef WITH_DEXPREOPT
endif
ifdef with_dexpreopt
# This file will set BUILT_SYSTEMIMAGE and SYSTEMIMAGE_SOURCE_DIR
- include tools/dexpreopt/Config.mk
+ include build/tools/dexpreopt/Config.mk
else
BUILT_SYSTEMIMAGE := $(BUILT_SYSTEMIMAGE_UNOPT)
SYSTEMIMAGE_SOURCE_DIR := $(TARGET_OUT)