libsnapshot: Expose SnapshotMergeStats am: 038d6d7656

Change-Id: I77d3a1a67c9e75dd6a5bc0c59a92a89a01fa1ba6
This commit is contained in:
Automerger Merge Worker 2020-03-05 17:01:15 +00:00
commit d3cc4e8dcf
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>