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

Commit abc3fbe6 authored by Ying Wang's avatar Ying Wang Committed by Android (Google) Code Review
Browse files

Merge "Run device-specific tasks at the end of Makefile." into lmp-dev

parents b84a9ae2 66c78e46
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1744,6 +1744,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

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