virtmgr: update comment about input files w.r.t. treble am: 279783a555 am: 76756509d4
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3548917
Change-Id: If5b83c4ce8d674e5a9cd047a3b1b4947427bb580
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/android/virtmgr/src/aidl.rs b/android/virtmgr/src/aidl.rs
index 1e756eb..d7f68b8 100644
--- a/android/virtmgr/src/aidl.rs
+++ b/android/virtmgr/src/aidl.rs
@@ -798,9 +798,8 @@
.or_service_specific_exception(-1)?;
}
- // Check if files for payloads and bases are NOT coming from /vendor and /odm, as they may
- // have unstable interfaces.
- // TODO(b/316431494): remove once Treble interfaces are stabilized.
+ // Check if files for payloads and bases are on the same side of the Treble boundary as the
+ // calling process, as they may have unstable interfaces.
check_partitions_for_files(config, calling_partition).or_service_specific_exception(-1)?;
let zero_filler_path = temporary_directory.join("zero.img");