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 Reproducible builds -
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
+
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
ro.build.version.incremental
properties which are also included in the
over-the-air zip metadata rather than just the OS itself.