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.