Updater: Allow binder calls to gpu service

Change-Id: Id01a050c43b81b128dc262a542c4dd7b4b1c76f6
diff --git a/common/private/updater_app.te b/common/private/updater_app.te
index 8c0bbe5..4f1a2ec 100644
--- a/common/private/updater_app.te
+++ b/common/private/updater_app.te
@@ -3,6 +3,7 @@
 app_domain(updater_app)
 net_domain(updater_app)
 
+binder_call(updater_app, gpuservice)
 binder_call(updater_app, update_engine)
 
 allow updater_app app_api_service:service_manager find;