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

Commit ce4ec046 authored by Christian Wailes's avatar Christian Wailes Committed by Automerger Merge Worker
Browse files

Merge "Update init.rc prebuilt handling" am: a6d2d8c7

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

Change-Id: I8ed50dec4b43cf33347fee32e5ecac3b637e99b8
parents fe4b5522 a6d2d8c7
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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) \