summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-10-12 23:25:58 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-10-12 23:25:58 -0400
commitfac02e9f39dc507c9b3015c6e275f3285f60b290 (patch)
tree39d0ac68f724c3848ff774961170fabf3d9e6213
parent4f4b424227809c9e603bf249a43dbf7a2d18c74d (diff)
add temporary Android 12 Beta 5 APV documentation
-rw-r--r--static/build.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html
index 5032282a..24aa913a 100644
--- a/static/build.html
+++ b/static/build.html
@@ -499,6 +499,14 @@ mkdir -p vendor/google_devices
rm -rf vendor/google_devices/DEVICE
mv vendor/android-prepare-vendor/DEVICE/BUILD_ID/vendor/google_devices/* vendor/google_devices/</pre>
+ <p><strong>Since there aren't yet official Android 12 releases, you need to
+ download the Android 12 Beta 5
+ <a href="https://developer.android.com/about/versions/12/download">factory
+ images zip</a> and pass that to android-prepare-vendor with the
+ <code>--img</code> switch along with downloading the
+ <a href="https://developer.android.com/about/versions/12/download-ota">over-the-air
+ update zip</a> and passing that with the <code>--ota</code> switch.</strong></p>
+
<p>Note that android-prepare-vendor is non-deterministic unless a timestamp parameter is
passed with <code>--timestamp</code> (seconds since Epoch).</p>
</section>