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

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

Merge "Move the creation of the root structure to build/core/main.mk" into main

parents e1f224cd 1646e5c0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -305,6 +305,9 @@ 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.
# -------------------------------------------------------------------
+3 −0
Original line number Diff line number Diff line
@@ -225,3 +225,6 @@ $(eval $(call declare-1p-copy-files,packages/services/Car,))

# Moved here from hardware/libhardware_legacy/Android.mk
$(eval $(call declare-1p-copy-files,hardware/libhardware_legacy,))

# Moved here from system/core/rootdir/Android.mk
$(eval $(call declare-1p-copy-files,system/core/rootdir,))