build_id.mk revision dcc08f073b6873c69ab891d4f69f7c568e282df7
1eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block#
2eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block# Copyright (C) 2008 The Android Open Source Project
3eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block#
4eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block# Licensed under the Apache License, Version 2.0 (the "License");
5eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block# you may not use this file except in compliance with the License.
6eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block# You may obtain a copy of the License at
7eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block#
8eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block#      http://www.apache.org/licenses/LICENSE-2.0
9eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block#
10eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block# Unless required by applicable law or agreed to in writing, software
11eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block# distributed under the License is distributed on an "AS IS" BASIS,
12eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block# See the License for the specific language governing permissions and
14eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block# limitations under the License.
15eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block#
16eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block
17eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block#
18eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block# Defines branch-specific values.
19eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block#
20eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block
21eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block# BUILD_ID is usually used to specify the branch name
22eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block# (like "MAIN") or a branch name and a release candidate
23eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block# (like "TC1-RC5").  It must be a single word, and is
24eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block# capitalized by convention.
25eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block#
26eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve BlockBUILD_ID := MAIN
27eff69b907ef2cd3a9af0351287a929c66f58e3f6Steve Block