Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89139dae authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

libsnapshot: Expose SnapshotMergeStats am: 2cea7249

Change-Id: Ifb49c31c7afb00c4a4d1e19624ac2f8679f9a754
parents 0112d823 2cea7249
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,10 +43,10 @@
#endif

#include <android/snapshot/snapshot.pb.h>
#include <libsnapshot/snapshot_stats.h>
#include "device_info.h"
#include "partition_cow_creator.h"
#include "snapshot_metadata_updater.h"
#include "snapshot_stats.h"
#include "utility.h"

namespace android {
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "snapshot_stats.h"
#include <libsnapshot/snapshot_stats.h>

#include <sstream>