summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-06-05 21:54:36 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-06-05 21:54:36 -0400
commite278c7ba994d145f9c22e83ef967c01206c79fd6 (patch)
tree7d503e6865dbb76a0b6488ae2750affebad7e734
parente257cc2caed25ef0df864477ee3495e24e20f8b9 (diff)
use BUILD_DATETIME after all
-rw-r--r--static/build.html8
1 files 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
<a href="#reproducible-builds">Reproducible builds</a>
</h3>
- <p>To reproduce a past build, you need to export <code>BUILD_DATETIME_FROM_FILE</code>
- and <code>BUILD_NUMBER</code> to the values set for the past build. These can be
- obtained from <code>out/build_date.txt</code> and <code>out/build_number.txt</code> in
- a build output directory and the <code>ro.build.date.utc</code> and
+ <p>To reproduce a past build, you need to export <code>BUILD_DATETIME</code> and
+ <code>BUILD_NUMBER</code> to the values set for the past build. These can be obtained
+ from <code>out/build_date.txt</code> and <code>out/build_number.txt</code> in a build
+ output directory and the <code>ro.build.date.utc</code> and
<code>ro.build.version.incremental</code> properties which are also included in the
over-the-air zip metadata rather than just the OS itself.</p>