From 09882d209c5f058904169c8c2e99627509401563 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Wed, 26 Aug 2020 19:06:34 +0900 Subject: [PATCH] Replace hal_dumpstate with hal_dumpstate_server After change Ia7437b8297794502d496e9bd9998dddfdcb747ef, some build targets are broken. This change fixes it. Bug: 166334688 Test: build Change-Id: Iaf6ca1ae5c461bd3c5059b27a148c7858679f795 --- public/hal_dumpstate.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/hal_dumpstate.te b/public/hal_dumpstate.te index b7e14f8a5..9f854e366 100644 --- a/public/hal_dumpstate.te +++ b/public/hal_dumpstate.te @@ -2,7 +2,7 @@ binder_call(hal_dumpstate_client, hal_dumpstate_server) binder_call(hal_dumpstate_server, hal_dumpstate_client) -set_prop(hal_dumpstate, hal_dumpstate_config_prop) +set_prop(hal_dumpstate_server, hal_dumpstate_config_prop) hal_attribute_hwservice(hal_dumpstate, hal_dumpstate_hwservice)