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

Commit 8bd6e70f authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "Switch host_init_verifier to getopt()" am: fdbd55d2 am: e7561bc5

am: 61ca76dc

Change-Id: Ia085e6f0429f0d5f9c7f0760e49c92f2d01d721d
parents c108ef78 61ca76dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2450,7 +2450,7 @@ define copy-init-script-file-checked
# Host init verifier doesn't exist on darwin.
ifneq ($(HOST_OS),darwin)
$(2): $(1) $(HOST_INIT_VERIFIER) $(call intermediates-dir-for,ETC,passwd)/passwd
	$(hide) $(HOST_INIT_VERIFIER) $$< $(call intermediates-dir-for,ETC,passwd)/passwd
	$(hide) $(HOST_INIT_VERIFIER) -p $(call intermediates-dir-for,ETC,passwd)/passwd $$<
else
$(2): $(1)
endif