commit | 4c4602179e444de217b3789ee4f2b7077ee0329b | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Wed Jan 26 11:52:30 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Wed Jan 26 11:52:30 2022 +0000 |
tree | bd55b50687c9b6e68e4fa39c9aa476ca09fed170 | |
parent | a919ef7002463544fa9c79b015ac663e5c610701 [diff] |
Remove obsolete TODOs. Bug: 199127239 Bug: 199146189 Test: n/a Change-Id: I6806968c0db31540175e835e544a81d3b78d8fb9
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 65adc25..028e3ad 100644 --- a/virtualizationservice/src/payload.rs +++ b/virtualizationservice/src/payload.rs
@@ -110,7 +110,6 @@ } struct PackageManager { - // TODO(b/199146189) use IPackageManagerNative apex_info_list: &'static ApexInfoList, }