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

Commit a0827dcb authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add project specific definitions.mk files"

parents 34570d33 85518ace
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3836,6 +3836,10 @@ endef
-include $(TOPDIR)vendor/*/build/core/definitions.mk
-include $(TOPDIR)device/*/build/core/definitions.mk
-include $(TOPDIR)product/*/build/core/definitions.mk
# Also the project-specific definitions.mk file
-include $(TOPDIR)vendor/*/*/build/core/definitions.mk
-include $(TOPDIR)device/*/*/build/core/definitions.mk
-include $(TOPDIR)product/*/*/build/core/definitions.mk

# broken:
#	$(foreach file,$^,$(if $(findstring,.a,$(suffix $file)),-l$(file),$(file)))