aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stressapptest_config_android.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stressapptest_config_android.h b/src/stressapptest_config_android.h
index e204198..83a4866 100644
--- a/src/stressapptest_config_android.h
+++ b/src/stressapptest_config_android.h
@@ -192,7 +192,9 @@
#define STRESSAPPTEST_OS_LINUX /**/
/* Timestamp when ./configure was executed */
-#define STRESSAPPTEST_TIMESTAMP "saa @ saaws2.mtv.corp.google.com on Tue Feb 28 16:53:44 PST 2012"
+#ifndef STRESSAPPTEST_TIMESTAMP
+#define STRESSAPPTEST_TIMESTAMP "Android version"
+#endif
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#define TIME_WITH_SYS_TIME 1