summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2018-01-16 23:21:57 -0800
committerJeff Vander Stoep <jeffv@google.com>2018-01-16 23:21:57 -0800
commitccb2f49432a79670e04d8856649f901a70a480e4 (patch)
tree2273c4c1c65beb30b39688043a5bd95b5cd6ee99
parent68bb02283a4b5549fc6e3cb3f6e0b25803e12e9e (diff)
downloadhikey-ccb2f49432a79670e04d8856649f901a70a480e4.tar.gz
Fix build breakage
Correctly annotate files to pass build tests. Test: hikey-userdebug builds Change-Id: I801158c73ccc12dde12d894309477a0089c96f28
-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)