summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-12-07 16:29:46 -0800
committerSteve Kondik <steve@cyngn.com>2015-12-07 16:29:46 -0800
commitb1e86e2d1fc315a3b108c28a5ff6bc649ea584d5 (patch)
treef19b4590cd850cba130840fdff8988ed97a40497 /init
parent33ecd3756347ef2663e500949ab4b33392086fbc (diff)
parenta6116961338548409b14076eefbef211afc8c3fe (diff)
downloadsystem_core-b1e86e2d1fc315a3b108c28a5ff6bc649ea584d5.zip
system_core-b1e86e2d1fc315a3b108c28a5ff6bc649ea584d5.tar.gz
system_core-b1e86e2d1fc315a3b108c28a5ff6bc649ea584d5.tar.bz2
Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/system/core into HEAD
Android 6.0.1 release 3 Change-Id: I8b65c0223e3444360432abd871a9d8f007831ba0
Diffstat (limited to 'init')
-rw-r--r--init/bootchart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/bootchart.cpp b/init/bootchart.cpp
index 95687cb..df8359d 100644
--- a/init/bootchart.cpp
+++ b/init/bootchart.cpp
@@ -89,7 +89,7 @@ static void log_header() {
if (out == NULL) {
return;
}
- fprintf(out, "version = Android init 0.8 " __TIME__ "\n");
+ fprintf(out, "version = Android init 0.8\n");
fprintf(out, "title = Boot chart for Android (%s)\n", date);
fprintf(out, "system.uname = %s %s %s %s\n", uts.sysname, uts.release, uts.version, uts.machine);
fprintf(out, "system.release = %s\n", fingerprint);