Allow system_server to call wificond via Binder

WifiStateMachin: type=1400 audit(0.0:24): avc: denied { call } for
scontext=u:r:system_server:s0 tcontext=u:r:wificond:s0 tclass=binder
permissive=0

Bug: 29607308
Test: Above denial disapears

Change-Id: I9b5cfe414683991ffb6308eea612ca6750f1b8ec
(cherry picked from commit 71fb20be4060fdc365f17b7cd4af0bcead91a29b)
diff --git a/system_server.te b/system_server.te
index c80a2a4..a2be421 100644
--- a/system_server.te
+++ b/system_server.te
@@ -150,6 +150,7 @@
 binder_call(system_server, { appdomain autoplay_app })
 binder_call(system_server, dumpstate)
 binder_call(system_server, netd)
+binder_call(system_server, wificond)
 binder_service(system_server)
 
 # Ask debuggerd to dump backtraces for native stacks of interest.