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

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

Merge "Allow map_file_generator to use host tools"

parents 06377d79 0eba102f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -5894,7 +5894,9 @@ endef
define copy-image-and-generate-map
  mkdir -p $(2)
  cp $(1) $(2)
  $(if $(3),$(HOST_OUT_EXECUTABLES)/map_file_generator $(1) $(2)/$(3))
  $(if $(3),
    UNSQUASHFS=$(HOST_OUT_EXECUTABLES)/unsquashfs $(HOST_OUT_EXECUTABLES)/map_file_generator $(1) $(2)/$(3)
  )
endef

# By conditionally including the dependency of the target files package on the