From e278c7ba994d145f9c22e83ef967c01206c79fd6 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 5 Jun 2020 21:54:36 -0400 Subject: [PATCH] use BUILD_DATETIME after all --- static/build.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/build.html b/static/build.html index 3a8127f5..ff5a2642 100644 --- a/static/build.html +++ b/static/build.html @@ -439,10 +439,10 @@ git submodule update --init Reproducible builds -

To reproduce a past build, you need to export BUILD_DATETIME_FROM_FILE - and BUILD_NUMBER to the values set for the past build. These can be - obtained from out/build_date.txt and out/build_number.txt in - a build output directory and the ro.build.date.utc and +

To reproduce a past build, you need to export BUILD_DATETIME and + BUILD_NUMBER to the values set for the past build. These can be obtained + from out/build_date.txt and out/build_number.txt in a build + output directory and the ro.build.date.utc and ro.build.version.incremental properties which are also included in the over-the-air zip metadata rather than just the OS itself.