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

Commit f0ebc2f6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add system staging dir stamp file for bazel sandwich" into main am: e88ddaec

parents 0e188d22 e88ddaec
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3355,6 +3355,10 @@ systemimage_intermediates := \
    $(call intermediates-dir-for,PACKAGING,systemimage)
BUILT_SYSTEMIMAGE := $(systemimage_intermediates)/system.img

# Used by the bazel sandwich to request the staging dir be built
$(systemimage_intermediates)/staging_dir.stamp: $(FULL_SYSTEMIMAGE_DEPS)
	touch $@

# $(1): output file
define build-systemimage-target
  @echo "Target system fs image: $(1)"