Force GPU profiling on Huawei as a work-around for rendering artifacts
diff --git a/sepolicy/vndk_detect.te b/sepolicy/vndk_detect.te
index b530a35..fd49c49 100644
--- a/sepolicy/vndk_detect.te
+++ b/sepolicy/vndk_detect.te
@@ -4,6 +4,7 @@
 init_daemon_domain(vndk_detect);
 allow vndk_detect sepolicy_file:file r_file_perms;
 set_prop(vndk_detect,system_prop);
+set_prop(vndk_detect,debug_prop);
 
 allow vndk_detect shell_exec:file rx_file_perms;
 allow vndk_detect toolbox_exec:file rx_file_perms;