diff options
author | Thomas Joseph Avila <tavila@google.com> | 2018-12-20 14:58:21 -0800 |
---|---|---|
committer | Thomas Joseph Avila <tavila@google.com> | 2018-12-20 14:58:21 -0800 |
commit | 45c1201aff3164d21b3f4c4724e6d6a858e1800a (patch) | |
tree | da38ed15aba3e4a631c1761f022c1defdaacb982 | |
parent | 672141c0dae961fcf670bb4b99199d494082648f (diff) | |
download | platform_build-45c1201aff3164d21b3f4c4724e6d6a858e1800a.tar.gz platform_build-45c1201aff3164d21b3f4c4724e6d6a858e1800a.tar.bz2 platform_build-45c1201aff3164d21b3f4c4724e6d6a858e1800a.zip |
Add build_id.mk
Bug: 121323149
-rw-r--r-- | core/build_id.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/core/build_id.mk b/core/build_id.mk new file mode 100644 index 0000000000..3939eb2219 --- /dev/null +++ b/core/build_id.mk @@ -0,0 +1,11 @@ +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# 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=ANDROIDX |