Merge "Fix generated-sources-dir-for for COMMON"

am: 623799d3e0

* commit '623799d3e0aab49b00552fb7862f2528b845bd51':
  Fix generated-sources-dir-for for COMMON
This commit is contained in:
Paul Duffin 2015-11-26 11:43:02 +00:00 committed by android-build-merger
commit 9c4bb4c1c0
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ $(strip \
$(error $(LOCAL_PATH): Name not defined in call to generated-sources-dir-for)) \
$(eval _idfPrefix := $(if $(strip $(3)),HOST,TARGET)) \
$(if $(filter $(_idfPrefix)-$(_idfClass),$(COMMON_MODULE_CLASSES))$(4), \
$(eval _idfIntBase := $($(_idfPrefix)_OUT_GEN_COMMON)) \
$(eval _idfIntBase := $($(_idfPrefix)_OUT_COMMON_GEN)) \
, \
$(eval _idfIntBase := $($(_idfPrefix)_OUT_GEN)) \
) \