diff options
-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 |