merge in nyc-bugfix-release history after reset to nyc-dev
diff --git a/bootanim.te b/bootanim.te
index ae25c32..91a50d5 100644
--- a/bootanim.te
+++ b/bootanim.te
@@ -6,7 +6,6 @@
 
 binder_use(bootanim)
 binder_call(bootanim, surfaceflinger)
-binder_call(bootanim, audioserver)
 
 allow bootanim gpu_device:chr_file rw_file_perms;
 
@@ -18,7 +17,6 @@
 allow bootanim audio_device:chr_file rw_file_perms;
 
 allow bootanim surfaceflinger_service:service_manager find;
-allow bootanim audioserver_service:service_manager find;
 
 # Allow access to ion memory allocation device
 allow bootanim ion_device:chr_file rw_file_perms;