Bluetooth: remove acccess to vendor_file

Bluetooth's dependencies in /vendor have been moved to /system as part
of b/36570346. This change removes zombie policy.

Bug: 62041836
Test: aosp_sailfish boots; com.android.bluetooth starts

Change-Id: Ic3583216d6c5d7fe19b856e589b035c89f771eed
diff --git a/sepolicy/bluetooth.te b/sepolicy/bluetooth.te
deleted file mode 100644
index 8125901..0000000
--- a/sepolicy/bluetooth.te
+++ /dev/null
@@ -1,5 +0,0 @@
-# Temporarily allow access to /vendor libraries to not break bluetooth, but
-# this must be fixed. (TODO: b/36570346)
-# Bluetooth app depend on /vendor/lib64/libaptX_encoder.so
-
-allow bluetooth vendor_file:file { r_file_perms execute };