From e38c6050a06cbd774ec966980afb8cf0854c53e4 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Fri, 9 Oct 2020 21:21:08 +0200 Subject: [PATCH] sm8250-common: sepolicy: Switch away from hal_attribute() macro Change-Id: I0cf3c3e9ce42254915b142c10b846db6c7a52e63 --- sepolicy/private/attributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sepolicy/private/attributes b/sepolicy/private/attributes index 1326031..bf94d93 100644 --- a/sepolicy/private/attributes +++ b/sepolicy/private/attributes @@ -1 +1,3 @@ -hal_attribute(display) +attribute hal_display; +attribute hal_display_client; +attribute hal_display_server;