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

Commit 3f2116b3 authored by Dichen Zhang's avatar Dichen Zhang
Browse files

enum migration

Move proto messages out of  enum/ directory.

Test: make
Bug: b/184754707
Change-Id: Ia65cfb5efbc5cee357453bbe7584b6113c402f43
parent be248724
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@

#include "cleaner.h"
#include "MediaMetricsService.h"
#include "frameworks/proto_logging/stats/enums/stats/mediametrics/mediametrics.pb.h"
#include "frameworks/proto_logging/stats/message/mediametrics_message.pb.h"
#include "iface_statsd.h"

namespace android {
@@ -51,7 +51,7 @@ bool statsd_codec(const mediametrics::Item *item)

    // the rest into our own proto
    //
    ::android::stats::mediametrics::CodecData metrics_proto;
    ::android::stats::mediametrics_message::CodecData metrics_proto;

    // flesh out the protobuf we'll hand off with our data
    //