diff options
author | Alessio Balsini <balsini@google.com> | 2019-11-27 11:07:36 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-11-27 11:07:36 -0800 |
commit | 36e2289b82af548128191e7e8a0d94f0ce6bbe30 (patch) | |
tree | 52409949c50352b220a1d2179756f92ba75843a9 /common/dynamic_partition_control_interface.h | |
parent | 44f1cf0cc750f132a9e1061c4e03a073bd82ff24 (diff) | |
parent | 14980e2fbb885f966c5e531b83fee7a12d92b27c (diff) |
SkipInstallOperation placeholders
am: 14980e2fbb
Change-Id: If59867a45f1ab6c540136037cf2ca88169881f80
Diffstat (limited to 'common/dynamic_partition_control_interface.h')
-rw-r--r-- | common/dynamic_partition_control_interface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/dynamic_partition_control_interface.h b/common/dynamic_partition_control_interface.h index b092f7a3..39daf75c 100644 --- a/common/dynamic_partition_control_interface.h +++ b/common/dynamic_partition_control_interface.h @@ -50,6 +50,9 @@ class DynamicPartitionControlInterface { // Return the feature flags of Virtual A/B on this device. virtual FeatureFlag GetVirtualAbFeatureFlag() = 0; + // Checks if the provided InstallOperation can be skipped on this device. + virtual bool ShouldSkipOperation(const InstallOperation& operation) = 0; + // Do necessary cleanups before destroying the object. virtual void Cleanup() = 0; |