OSDN Git Service

make USER limited to 6 characters when generating BF_BUILD_NUMBER
authorwei qiao <qiaowei224@gmail.com>
Tue, 1 Dec 2015 06:20:55 +0000 (14:20 +0800)
committerweiqiao <qiaowei224@gmail.com>
Wed, 2 Dec 2015 03:47:27 +0000 (11:47 +0800)
commit6fa82b50f49d092ae0c3db360ce89d6810469578
tree4cae08a44c6e817757104ed7cff2ed3c4f26ff5f
parentb98fa19703ed0c7608f926007b1df257127ea777
make USER limited to 6 characters when generating BF_BUILD_NUMBER

the value of USER is dependent from the compilation environment,so
when compiling one same device project, the BUILD_FINGERPRINT may
exceed 91 characters because ${USER} is long, but with short ${USER}
the compilation can pass.

Signed-off-by: wei qiao <qiaowei224@gmail.com>
Change-Id: Ia0f7dfa9cf7d605f1f2603f70dd0e6877482eb8a
core/Makefile