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

Commit 61ca76dc 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

Change-Id: Idc5b4914b4b8e56deecda93a5fbadb629b301be6
parents e815cec8 e7561bc5
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