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

Commit bbdb6cbb authored by Steven Moreland's avatar Steven Moreland
Browse files

host_init_verifier: no HIDL_INTERFACE_HIERARCHY

Since this is built into host_init_verifier now.

Bug: 141567104
Test: build w/ and w/o host_init_verifier throwing a related error
Change-Id: I75a8c373fcfb054a5074039211134761596600c3
parent 3654beb8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2454,7 +2454,6 @@ ifneq ($(HOST_OS),darwin)
$(2): \
	$(1) \
	$(HOST_INIT_VERIFIER) \
	$(HIDL_INHERITANCE_HIERARCHY) \
	$(call intermediates-dir-for,ETC,passwd_system)/passwd_system \
	$(call intermediates-dir-for,ETC,passwd_vendor)/passwd_vendor \
	$(call intermediates-dir-for,ETC,passwd_odm)/passwd_odm \
@@ -2464,7 +2463,7 @@ $(2): \
	  -p $(call intermediates-dir-for,ETC,passwd_vendor)/passwd_vendor \
	  -p $(call intermediates-dir-for,ETC,passwd_odm)/passwd_odm \
	  -p $(call intermediates-dir-for,ETC,passwd_product)/passwd_product \
	  -i $(HIDL_INHERITANCE_HIERARCHY) $$<
	  $$<
else
$(2): $(1)
endif