Allow CTS Test apps to access to system_data_file
diff --git a/app.te b/app.te
index 41866d9..b9b5a17 100644
--- a/app.te
+++ b/app.te
@@ -117,7 +117,7 @@
 }
 # Native app support.
 bool app_ndk false;
-if (app_ndk) {
+if (app_ndk or android_cts) {
 allow untrusted_app system_data_file:file { execute open };
 }