summaryrefslogtreecommitdiffstats
path: root/core/definitions.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2010-10-01 15:51:35 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-01 15:51:35 -0700
commitbf2ed191fe229b6a83684c19a57e11e7b50c8637 (patch)
tree67ec5b8e6247adb802ba887e782f9d0438f12173 /core/definitions.mk
parentbdb2e9f3c203655648bd0a4e5ea64e9bb2cb2a13 (diff)
parenta83940fa7851b35712e559be2246b56b5666b805 (diff)
downloadbuild-bf2ed191fe229b6a83684c19a57e11e7b50c8637.zip
build-bf2ed191fe229b6a83684c19a57e11e7b50c8637.tar.gz
build-bf2ed191fe229b6a83684c19a57e11e7b50c8637.tar.bz2
am a83940fa: Move odex related files to product-specific dir.
Merge commit 'a83940fa7851b35712e559be2246b56b5666b805' into gingerbread-plus-aosp * commit 'a83940fa7851b35712e559be2246b56b5666b805': Move odex related files to product-specific dir.
Diffstat (limited to 'core/definitions.mk')
-rw-r--r--core/definitions.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/definitions.mk b/core/definitions.mk
index 1c248b7..cd966d4 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -381,7 +381,7 @@ $(strip \
$(if $(_idfName),, \
$(error $(LOCAL_PATH): Name not defined in call to intermediates-dir-for)) \
$(eval _idfPrefix := $(if $(strip $(3)),HOST,TARGET)) \
- $(if $(filter $(_idfClass),$(COMMON_MODULE_CLASSES))$(4), \
+ $(if $(filter $(_idfPrefix)-$(_idfClass),$(COMMON_MODULE_CLASSES))$(4), \
$(eval _idfIntBase := $($(_idfPrefix)_OUT_COMMON_INTERMEDIATES)) \
, \
$(eval _idfIntBase := $($(_idfPrefix)_OUT_INTERMEDIATES)) \