build
修订版 | d39e198497e17540ff08bf6259fa51edd95fc783 (tree) |
---|---|
时间 | 2011-08-06 07:04:39 |
作者 | The Android Automerger <android-build@andr...> |
Commiter | The Android Automerger |
HLK36B
@@ -1,3 +1,4 @@ | ||
1 | + | |
1 | 2 | # |
2 | 3 | # Copyright (C) 2008 The Android Open Source Project |
3 | 4 | # |
@@ -13,20 +14,9 @@ | ||
13 | 14 | # See the License for the specific language governing permissions and |
14 | 15 | # limitations under the License. |
15 | 16 | # |
16 | - | |
17 | -# | |
18 | -# Defines branch-specific values. | |
19 | -# | |
20 | - | |
21 | 17 | # BUILD_ID is usually used to specify the branch name |
22 | 18 | # (like "MAIN") or a branch name and a release candidate |
23 | -# (like "TC1-RC5"). It must be a single word, and is | |
19 | +# (like "CRB01"). It must be a single word, and is | |
24 | 20 | # capitalized by convention. |
25 | -# | |
26 | -BUILD_ID := MASTER | |
27 | 21 | |
28 | -# DISPLAY_BUILD_NUMBER should only be set for development branches, | |
29 | -# If set, the BUILD_NUMBER (cl) is appended to the BUILD_ID for | |
30 | -# a more descriptive BUILD_ID_DISPLAY, otherwise BUILD_ID_DISPLAY | |
31 | -# is the same as BUILD_ID | |
32 | -DISPLAY_BUILD_NUMBER := true | |
22 | +export BUILD_ID=HLK36B |