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

Commit 2cea7249 authored by Yifan Hong's avatar Yifan Hong
Browse files

libsnapshot: Expose SnapshotMergeStats

Test: builds
Bug: 147696014
Change-Id: Ia59a3f9226628558bdd1fdb0966812c2f652190c
Merged-In: Ia59a3f9226628558bdd1fdb0966812c2f652190c
parent 3634255e
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>