commit | a8d7df32be890c5fd0e01259c9a7a092692a28e3 | [log] [tgz] |
---|---|---|
author | Andrew <[email protected]> | Sun Mar 15 20:10:01 2020 -0700 |
committer | Commit Bot <[email protected]> | Wed Mar 25 19:44:15 2020 +0000 |
tree | a0e9e78d80dc23b26f8d19c39ba62eb3f04814ed | |
parent | 822d485e6de60dc4acaaad710a6b9445aad72656 [diff] [blame] |
update_engine: Move DLC metadata ownership to update_engine Add dbus messages so dlcservice can let update_engine know when a DLC is installed or uninstalled. BUG=chromium:912666 TEST=unittests, install and uninstall DLCs on DUT. Cq-Depend: chromium:2112994,chromium:2113254 Change-Id: I35374504afcdaf96b099e343cabe072fc18f1022 Reviewed-on: https://chromium-review.googlesource.com/c/aosp/platform/system/update_engine/+/2113134 Reviewed-by: Amin Hassani <[email protected]> Reviewed-by: Jae Hoon Kim <[email protected]> Tested-by: Andrew Lassalle <[email protected]> Commit-Queue: Andrew Lassalle <[email protected]>
diff --git a/UpdateEngine.conf b/UpdateEngine.conf index ab776e3..f9a66dc 100644 --- a/UpdateEngine.conf +++ b/UpdateEngine.conf
@@ -98,5 +98,8 @@ <allow send_destination="org.chromium.UpdateEngine" send_interface="org.chromium.UpdateEngineInterface" send_member="AttemptInstall"/> + <allow send_destination="org.chromium.UpdateEngine" + send_interface="org.chromium.UpdateEngineInterface" + send_member="SetDlcActiveValue"/> </policy> </busconfig>