From c6a9857f35f89c9937370508caddb978b18b7791 Mon Sep 17 00:00:00 2001 From: Chris Wren Date: Thu, 2 Jun 2016 15:11:48 -0400 Subject: [PATCH] Give the auto-merger somthing to hang on to. Bug: 29001173 Change-Id: Ie244f79f1569e2b32be4046d111919120ce6111e --- proto/src/metrics_constants.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 3a14ad2763b34..1dcb13c59ba4a 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -2256,6 +2256,8 @@ message MetricsEvent { // CATEGORY: SETTINGS SETTINGS_GESTURES = 459; + // ---- End N-MR1 Constants, all N-MR1 constants go above this line ---- + // Add new aosp constants above this line. // END OF AOSP CONSTANTS }