Allow update_engine to call gmscore_app
We need this permission now that GMS core runs in its own domain and not
in the priv_app domain.
Bug: 145379440
Bug: 142672293
Test: TH
Change-Id: Idc4bf6863ba767d287c218c07d0eb5aebbe50f91
diff --git a/public/update_engine.te b/public/update_engine.te
index 8aafe34..e8ad2f0 100644
--- a/public/update_engine.te
+++ b/public/update_engine.te
@@ -38,6 +38,7 @@
# Allow update_engine to call the callback function provided by priv_app.
binder_call(update_engine, priv_app)
+binder_call(update_engine, gmscore_app)
# Allow update_engine to call the callback function provided by system_server.
binder_call(update_engine, system_server)