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

Commit d2ab2362 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 53bb20ae: am abc3fbe6: Merge "Run device-specific tasks at the end of Makefile." into lmp-dev

* commit '53bb20ae':
  Run device-specific tasks at the end of Makefile.
parents 3adef7fc 53bb20ae
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1768,6 +1768,9 @@ ifneq ($(dont_bother),true)
include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk))
-include $(sort $(wildcard vendor/*/build/tasks/*.mk))
-include $(sort $(wildcard device/*/build/tasks/*.mk))
# Also the project-specific tasks
-include $(sort $(wildcard vendor/*/*/build/tasks/*.mk))
-include $(sort $(wildcard device/*/*/build/tasks/*.mk))
endif

# -----------------------------------------------------------------