From 9029a49cc4d82aa3e50a8d855cf90f7d8615da58 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Mon, 21 Dec 2020 14:59:39 +0530 Subject: [PATCH] plat_private: Use newline at the end of service_contexts Missing newline causes compile-time error when sepolicy squashes all given service-contexts into single file to pack into the build. This change fixes that issue. Signed-off-by: Aayush Gupta --- plat_private/service_contexts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat_private/service_contexts b/plat_private/service_contexts index 814ca69..651affa 100644 --- a/plat_private/service_contexts +++ b/plat_private/service_contexts @@ -9,4 +9,4 @@ NvRAMAgent u:object_r:nvram_agent_service:s0 memory_dumper u:object_r:mediaserver_service:s0 imsa u:object_r:radio_service:s0 mtkIms u:object_r:radio_service:s0 -GbaService u:object_r:radio_service:s0 \ No newline at end of file +GbaService u:object_r:radio_service:s0