Merge "Update init.rc prebuilt handling" am: a6d2d8c79a am: ce4ec04629

Original change: https://android-review.googlesource.com/c/platform/build/+/1678345

Change-Id: I5c42fc5f2a89515a2298b52c21537429bb8569a4
This commit is contained in:
Christian Wailes
2021-04-28 19:47:59 +00:00
committed by Automerger Merge Worker

View File

@@ -2544,8 +2544,12 @@ endef
# $(1): source file
# $(2): destination file
define copy-init-script-file-checked
ifdef TARGET_BUILD_UNBUNDLED
# TODO (b/185624993): Remove the chck on TARGET_BUILD_UNBUNDLED when host_init_verifier can run
# without requiring the HIDL interface map.
$(2): $(1)
else ifneq ($(HOST_OS),darwin)
# Host init verifier doesn't exist on darwin.
ifneq ($(HOST_OS),darwin)
$(2): \
$(1) \
$(HOST_INIT_VERIFIER) \