diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-19 16:15:13 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-19 16:15:13 -0400 |
| commit | 8e4debab0594fe39d8e98b9f5bb0d880ffabcb13 (patch) | |
| tree | 5483b795486f807652df038f3f8deae9560c2772 /static | |
| parent | 4b52ba732d569081138ad8a3c6b5738c215f3608 (diff) | |
BUILD_DATETIME_FROM_FILE
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/build.html b/static/build.html index 5c1c703c..117cd01a 100644 --- a/static/build.html +++ b/static/build.html @@ -411,10 +411,10 @@ git submodule update --init <a href="#reproducible-builds">Reproducible builds</a> </h2> - <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 + <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 <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> |
