Merge "Allow update_engine to call gmscore_app"

This commit is contained in:
Treehugger Robot 2019-12-03 20:27:51 +00:00 committed by Gerrit Code Review
commit f651f6efc6

View file

@ -38,6 +38,7 @@ add_service(update_engine, update_engine_service)
# 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)