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

Commit 18ebbb62 authored by Dan Pasanen's avatar Dan Pasanen Committed by Arne Coucheron
Browse files

core: move platform-specific helper macros to target makefiles

* These (qcom specifically) are now needed sooner than we had
  previously been importing them. Move to vendor/cm and include
  them within their <platform>_target.mk makefiles.

Change-Id: I06c6ab66446e2f0b54c245cf6c2cf665b649e0c9
parent c2dcf4b1
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -145,12 +145,6 @@ endif
# be generated correctly
include $(BUILD_SYSTEM)/cleanbuild.mk

# Bring in Qualcomm helper macros
include vendor/cm/build/core/qcom_utils.mk

# Bring in Mediatek helper macros too
include vendor/cm/build/core/mtk_utils.mk

# Include the google-specific config
-include vendor/google/build/config.mk