diff options
author | Joe Onorato <joeo@google.com> | 2016-12-20 08:18:32 -0800 |
---|---|---|
committer | Joe Onorato <joeo@google.com> | 2016-12-20 22:28:56 -0800 |
commit | 7669012623a18855913c84ec0690066fbfd823ea (patch) | |
tree | edca24d00ab306b3abeae8777b189159a174eb26 /tools/incident_report/main.cpp | |
parent | fe9a2a799f0f388c7c531454b8ec964ed8497499 (diff) |
Clean up file names for protos
Test: cts-tradefed run singleCommand cts -d --module CtsIncidentHostTestCases
Change-Id: Iea2fc81768082e8e01afa8df86e113665020e7f6
Diffstat (limited to 'tools/incident_report/main.cpp')
-rw-r--r-- | tools/incident_report/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/incident_report/main.cpp b/tools/incident_report/main.cpp index a814847e41f7..884b8e49d08d 100644 --- a/tools/incident_report/main.cpp +++ b/tools/incident_report/main.cpp @@ -17,7 +17,7 @@ #include "generic_message.h" #include "printer.h" -#include <frameworks/base/core/proto/android/os/incident_proto.pb.h> +#include <frameworks/base/core/proto/android/os/incident.pb.h> #include <google/protobuf/wire_format.h> #include <google/protobuf/io/coded_stream.h> #include <google/protobuf/io/zero_copy_stream_impl.h> |