diff --git a/core/definitions.mk b/core/definitions.mk index 0089865ab..e4212508f 100644 --- a/core/definitions.mk +++ b/core/definitions.mk @@ -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)) \ ) \