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 <bengris32@protonmail.ch>
Change-Id: I78028c868cfbc0a86e0895c52280a0b0767ebd77
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.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