From bfdf765f97a46143f09044f68cba52b7b3d2cb71 Mon Sep 17 00:00:00 2001 From: Daniel Norman Date: Mon, 8 Jul 2019 16:55:07 -0700 Subject: [PATCH] Changes host_init_verifier to use hidl interface inheritance hierarchy. Bug: 118016875 Test: Added 'interface' lines to an init_rc file and observed errors when misspelled or missing entire inheritance hierarchy. Change-Id: I71d515e0c12ed74800b9536f07da9fc7bb69597e --- core/definitions.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/definitions.mk b/core/definitions.mk index 343afff5a..b8e83ec14 100644 --- a/core/definitions.mk +++ b/core/definitions.mk @@ -2452,9 +2452,9 @@ ifneq ($(HOST_OS),darwin) $(2): \ $(1) \ $(HOST_INIT_VERIFIER) \ - $(KNOWN_HIDL_INTERFACES) \ + $(HIDL_INHERITANCE_HIERARCHY) \ $(call intermediates-dir-for,ETC,passwd)/passwd - $(hide) $(HOST_INIT_VERIFIER) -p $(call intermediates-dir-for,ETC,passwd)/passwd -k $(KNOWN_HIDL_INTERFACES) $$< + $(hide) $(HOST_INIT_VERIFIER) -p $(call intermediates-dir-for,ETC,passwd)/passwd -i $(HIDL_INHERITANCE_HIERARCHY) $$< else $(2): $(1) endif