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

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

Merge "Move create_root_structure.mk to the dont_bother block." into main

parents c2b351ba 87ef4b8a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -300,6 +300,9 @@ droid_targets : blueprint_tools
checkbuild: blueprint_tests
endif

# Create necessary directories and symlinks in the root filesystem
include system/core/rootdir/create_root_structure.mk

endif # dont_bother

ifndef subdir_makefiles_total
@@ -308,9 +311,6 @@ endif

$(info [$(call inc_and_print,subdir_makefiles_inc)/$(subdir_makefiles_total)] finishing legacy Make module parsing ...)

# Create necessary directories and symlinks in the root filesystem
include system/core/rootdir/create_root_structure.mk

# -------------------------------------------------------------------
# All module makefiles have been included at this point.
# -------------------------------------------------------------------