You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/build.html
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -516,6 +516,41 @@ <h3><a href="#faster-builds-for-development-use-only">Faster builds for developm
516
516
signing the build with release keys would be testing that functionality and it makes a
517
517
lot more sense to test it with proper signing keys rather than the default public test
518
518
keys.</p>
519
+
520
+
<p><i>NOTE: The fastboot commands used here expect that you are running them in a shell where <i>source build/envsetup.sh</i> has been executed in.</i></p>
521
+
522
+
<p><i>You may also set the ANDROID_PRODUCT_OUT environment variable manually.</i></p>
523
+
524
+
<p>To flash those images:</p>
525
+
526
+
<pre>fastboot flashall</pre>
527
+
528
+
<p>If you want to flash -userdebug or -user images, please note that these have the ability to change the active slot on boot failure, and it is recommended
529
+
to update and switch to the other slot, so the rollback mechanism does not break anything.</p>
0 commit comments