Switch host_init_verifier to getopt()

Test: build, including init script verification, works
Change-Id: Ia786cdf14eb9449ad2d5a6ac9b571c6be709f1e5
This commit is contained in:
Tom Cherry 2019-06-27 09:21:53 -07:00
parent 14c01bea97
commit f0bc919754
1 changed files with 1 additions and 1 deletions

View File

@ -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