Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb4a7cf8 authored by Paul Duffin's avatar Paul Duffin Committed by android-build-merger
Browse files

Merge "Fix generated-sources-dir-for for COMMON" am: 623799d3

am: 9c4bb4c1

* commit '9c4bb4c1':
  Fix generated-sources-dir-for for COMMON
parents b42da325 9c4bb4c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -530,7 +530,7 @@ $(strip \
        $(error $(LOCAL_PATH): Name not defined in call to generated-sources-dir-for)) \
        $(error $(LOCAL_PATH): Name not defined in call to generated-sources-dir-for)) \
    $(eval _idfPrefix := $(if $(strip $(3)),HOST,TARGET)) \
    $(eval _idfPrefix := $(if $(strip $(3)),HOST,TARGET)) \
    $(if $(filter $(_idfPrefix)-$(_idfClass),$(COMMON_MODULE_CLASSES))$(4), \
    $(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)) \
        $(eval _idfIntBase := $($(_idfPrefix)_OUT_GEN)) \
     ) \
     ) \