diff options
author | The Android Automerger <android-build@android.com> | 2013-08-08 07:47:58 -0700 |
---|---|---|
committer | The Android Automerger <android-build@android.com> | 2013-08-08 07:47:58 -0700 |
commit | c618d4f1008991ec6fe3d89adb83091e6d7cef73 (patch) | |
tree | 88670f6823e78f2744704d23d799da90428a647c /core | |
parent | 2a516ccce5b58515191cd0b55da9df6e4838589e (diff) | |
download | build-c618d4f1008991ec6fe3d89adb83091e6d7cef73.zip build-c618d4f1008991ec6fe3d89adb83091e6d7cef73.tar.gz build-c618d4f1008991ec6fe3d89adb83091e6d7cef73.tar.bz2 |
Fix klp-dev build file
Diffstat (limited to 'core')
-rw-r--r-- | core/build_id.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/build_id.mk b/core/build_id.mk index 715d72c..a3b9db6 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -18,4 +18,6 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=KRS39B +BUILD_ID := KLP + +DISPLAY_BUILD_NUMBER := true |