Add UpdateAttempterIntegrationTesting
Test: th
Bug: 201099341
Change-Id: I46d5ad86e238d28b7c20ef6768ffadf0e6ab9177
diff --git a/aosp/dynamic_partition_control_android.h b/aosp/dynamic_partition_control_android.h
index df91401..ad3e056 100644
--- a/aosp/dynamic_partition_control_android.h
+++ b/aosp/dynamic_partition_control_android.h
@@ -114,6 +114,8 @@
bool UpdateUsesSnapshotCompression() override;
+ std::optional<base::FilePath> GetSuperDevice();
+
protected:
// These functions are exposed for testing.
@@ -234,8 +236,6 @@
friend class DynamicPartitionControlAndroidTest;
friend class SnapshotPartitionTestP;
- std::optional<base::FilePath> GetSuperDevice();
-
bool MapPartitionInternal(const std::string& super_device,
const std::string& target_partition_name,
uint32_t slot,