summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2018-01-17 09:21:15 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-01-17 09:21:15 +0000
commitc69ed0aaf78ef8cb3e59433eef3e16bf70a38f8a (patch)
tree9a8ca7be6e06b7bb89d6b8a263a453dda4d4b304
parent0f0c7db4cb52a662348132c28858c438fff9343e (diff)
parent04ca14e38e1cec806786b2fd33f49c935e7c58f3 (diff)
downloadhikey-c69ed0aaf78ef8cb3e59433eef3e16bf70a38f8a.tar.gz
Fix build breakage am: ccb2f49432 am: 354ea4c3e9
am: 04ca14e38e Change-Id: Iabd66b4a4581af4cb1df8fa2e784a4bb7d5bbfca
-rw-r--r--sepolicy/hal_bluetooth_hikey.te2
-rw-r--r--sepolicy/hci_attach.te2
2 files changed, 2 insertions, 2 deletions
diff --git a/sepolicy/hal_bluetooth_hikey.te b/sepolicy/hal_bluetooth_hikey.te
index 321f41d4..4a580499 100644
--- a/sepolicy/hal_bluetooth_hikey.te
+++ b/sepolicy/hal_bluetooth_hikey.te
@@ -1,5 +1,5 @@
type hal_bluetooth_hikey, domain;
-type hal_bluetooth_hikey_exec, exec_type, file_type;
+type hal_bluetooth_hikey_exec, exec_type, vendor_file_type, file_type;
hal_server_domain(hal_bluetooth_hikey, hal_bluetooth)
diff --git a/sepolicy/hci_attach.te b/sepolicy/hci_attach.te
index d87f4449..41f74cb8 100644
--- a/sepolicy/hci_attach.te
+++ b/sepolicy/hci_attach.te
@@ -1,5 +1,5 @@
type hci_attach, domain;
-type hci_attach_exec, exec_type, file_type;
+type hci_attach_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hci_attach)