commit | 579cb0e2357776e8129af23c8d118f692150a125 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jan 27 19:18:57 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 27 19:18:57 2022 +0000 |
tree | 5ee77171f74bb6b759fd7661aade1914726ef7ee | |
parent | 1b8c84b946a0c662e62f3769bc9fb7693817aaf1 [diff] | |
parent | 4c4602179e444de217b3789ee4f2b7077ee0329b [diff] |
Merge "Remove obsolete TODOs."
diff --git a/virtualizationservice/aidl/android/system/virtualizationservice/IVirtualMachine.aidl b/virtualizationservice/aidl/android/system/virtualizationservice/IVirtualMachine.aidl index 6562159..6f3d4f0 100644 --- a/virtualizationservice/aidl/android/system/virtualizationservice/IVirtualMachine.aidl +++ b/virtualizationservice/aidl/android/system/virtualizationservice/IVirtualMachine.aidl
@@ -28,9 +28,6 @@ /** * Register a Binder object to get callbacks when the state of the VM changes, such as if it * dies. - * - * TODO(jiyong): this should be registered when IVirtualizationService.run is called. Otherwise, - * we might miss some events that happen before the registration is done. */ void registerCallback(IVirtualMachineCallback callback);
diff --git a/virtualizationservice/src/payload.rs b/virtualizationservice/src/payload.rs index e4a763c..c661d44 100644 --- a/virtualizationservice/src/payload.rs +++ b/virtualizationservice/src/payload.rs
@@ -113,7 +113,6 @@ } struct PackageManager { - // TODO(b/199146189) use IPackageManagerNative apex_info_list: &'static ApexInfoList, }