Merge "Switch host_init_verifier to getopt()"

am: fdbd55d259

Change-Id: I6e546020173a5d698bead239fee76ea2caba5c3a
This commit is contained in:
Tom Cherry 2019-06-27 15:38:51 -07:00 committed by android-build-merger
commit e7561bc59e
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