From ddc6294aa8301f1c0935d6d5f7c376affa7c794b Mon Sep 17 00:00:00 2001 From: bengris32 Date: Sun, 14 Aug 2022 17:50:29 +0100 Subject: [PATCH] sepolicy: basic: debug: Insert newline at end of `property_contexts` * When the build system is appending all the rules into one big file, a missing newline at the end of any contexts file will cause build errors due to the way the build system appends the files together. Signed-off-by: bengris32 Change-Id: I78028c868cfbc0a86e0895c52280a0b0767ebd77 --- basic/debug/plat_private/property_contexts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic/debug/plat_private/property_contexts b/basic/debug/plat_private/property_contexts index 464db08..ea97faa 100644 --- a/basic/debug/plat_private/property_contexts +++ b/basic/debug/plat_private/property_contexts @@ -2,4 +2,4 @@ persist.vendor.mtk.aee. u:object_r:system_mtk_persist_mtk_aee_prop:s0 persist.vendor.aee. u:object_r:system_mtk_persist_aee_prop:s0 vendor.debug.mtk.aee. u:object_r:system_mtk_debug_mtk_aee_prop:s0 ro.vendor.aee.basic u:object_r:system_mtk_aee_basic_prop:s0 -init.svc.aee_aedv u:object_r:system_mtk_init_svc_aee_aedv_prop:s0 \ No newline at end of file +init.svc.aee_aedv u:object_r:system_mtk_init_svc_aee_aedv_prop:s0