aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-10-15 14:59:27 -0700
committerSteven Moreland <smoreland@google.com>2019-10-16 16:35:17 +0000
commitbbdb6cbb6948b407be860a72b075108a3c756220 (patch)
treea7269172bfa1562a1d6a6b8d3ce57ad15f81389f
parent3654beb83dbdf9a25de7b324dd624aca365e0acd (diff)
downloadbuild-bbdb6cbb6948b407be860a72b075108a3c756220.tar.gz
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
-rw-r--r--core/definitions.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/definitions.mk b/core/definitions.mk
index a8bf4d55b9..1bf7fa9f31 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -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