From 036baf6ae92393a1406627e9a247d3a44f49a54b Mon Sep 17 00:00:00 2001
From: Jeff Sharkey <jsharkey@android.com>
Date: Fri, 22 Mar 2013 14:02:54 -0700
Subject: [PATCH] Remove uhid_device to fix build.

Change-Id: Ifec28b8ae2f21e1765194bd698fc0b7f479a96d7
---
 bluetooth.te | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bluetooth.te b/bluetooth.te
index 8a0d4c086..229233372 100644
--- a/bluetooth.te
+++ b/bluetooth.te
@@ -10,7 +10,7 @@ allow bluetooth bluetooth_data_file:notdevfile_class_set create_file_perms;
 r_dir_file(bluetooth, bluetooth_efs_file)
 
 # Device accesses.
-allow bluetooth { uhid_device hci_attach_dev }:chr_file rw_file_perms;
+allow bluetooth { hci_attach_dev }:chr_file rw_file_perms;
 allow bluetooth input_device:chr_file write;
 
 # sysfs access.
-- 
GitLab