Merge "Allow adbd access to gpu_device."
diff --git a/adbd.te b/adbd.te
index cda5414..76cc4b1 100644
--- a/adbd.te
+++ b/adbd.te
@@ -50,6 +50,8 @@
 # XXX Run screencap in a separate domain?
 binder_use(adbd)
 binder_call(adbd, surfaceflinger)
+# b/13188914
+allow adbd gpu_device:chr_file rw_file_perms;
 
 # Read /data/misc/adb/adb_keys.
 allow adbd adb_keys_file:dir search;