aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgitbuildkicker <android-build@google.com>2017-08-17 11:00:19 -0700
committergitbuildkicker <android-build@google.com>2017-08-17 11:00:19 -0700
commit76c15273268fb15ecfcac9b6f534d53920491f95 (patch)
tree0ac4e92ec905c03dcee8ed2a1712722ffb946f64
parent5692b5064b58086f1002e800315dc724181bf123 (diff)
downloadbuild-76c15273268fb15ecfcac9b6f534d53920491f95.tar.gz
OPR6.170623.012android-8.0.0_r3
-rw-r--r--core/build_id.mk22
1 files changed, 17 insertions, 5 deletions
diff --git a/core/build_id.mk b/core/build_id.mk
index c9ebc61a60..8e7357f9b4 100644
--- a/core/build_id.mk
+++ b/core/build_id.mk
@@ -13,9 +13,21 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-# BUILD_ID is usually used to specify the branch name
-# (like "MAIN") or a branch name and a release candidate
-# (like "CRB01"). It must be a single word, and is
-# capitalized by convention.
+# BUILD_ID is of the form NPM1.YYMMDD.nnn
+#
+# N - dessert designator
+# P - vertical, or category of release
+# M1 - release abbreviation
+# YY - year
+# MM - month
+# DD - day
+# nnn - the patch sequence, starting at 001 for the initial snap
+#
+# OPAT.161221.002
+#
+# See also:
+#
+# https://docs.google.com/document/d/17eqVTxMc2do05T6qwt4eASVyxy8u3Cme4u4fVD5q0VM/view#
+#
-export BUILD_ID=OPR3.170623.002
+export BUILD_ID=OPR6.170623.012