diff options
| author | 2018-08-24 15:07:28 -0700 | |
|---|---|---|
| committer | 2018-08-24 15:11:46 -0700 | |
| commit | 04c1e67e51da24ded2f72f5d88f10d5529a80fdb (patch) | |
| tree | 3c927ef39037acbf9c49fe92edce55e518768281 | |
| parent | b2fe0802ca47c6b17e34b925ac81ab3ab95361a5 (diff) | |
SF Timestats: update a link in the proto
Test: manual
Change-Id: I30c39838fd7a78a6a65ec262f2bdafb5d29aa261
| -rw-r--r-- | services/surfaceflinger/TimeStats/timestatsproto/timestats.proto | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/services/surfaceflinger/TimeStats/timestatsproto/timestats.proto b/services/surfaceflinger/TimeStats/timestatsproto/timestats.proto index ab7527e433..b8f38c2cc5 100644 --- a/services/surfaceflinger/TimeStats/timestatsproto/timestats.proto +++ b/services/surfaceflinger/TimeStats/timestatsproto/timestats.proto @@ -20,10 +20,11 @@ package android.surfaceflinger; option optimize_for = LITE_RUNTIME; -// //depot/google3/java/com/google/android/apps/graphics/proto/timestats.proto -// is based on this proto. Please only make valid protobuf changes to these -// messages, and keep the other file in sync per Android release. Please also -// do not include "option optimize_for = LITE_RUNTIME;" on google3 side. +// //depot/google3/java/com/google/android/apps/graphics/stats/proto/ +// timestats.proto is based on this proto. Please only make valid protobuf +// changes to these messages, and keep the other file in sync per Android +// release. Please also do not include "option optimize_for = LITE_RUNTIME;" at +// google3 side. // Next tag: 7 message SFTimeStatsGlobalProto { |