libsnapshot: Expose SnapshotMergeStats

Test: builds
Bug: 147696014
Change-Id: Ia59a3f9226628558bdd1fdb0966812c2f652190c
Merged-In: Ia59a3f9226628558bdd1fdb0966812c2f652190c
This commit is contained in:
Yifan Hong 2020-02-25 15:15:23 -08:00
parent 3634255e66
commit 2cea7249a9
3 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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>