I was wondering the same. https://developers.google.com/android/blobs-preview doesn't contain binaries for Pixel 3 so I have instead taken the latest Pixel 3 binaries available on https://developers.google.com/android/drivers For Pixel 3, this is the build "PQ1A.181105.017.A1". On https://source.android.com/setup/start/build-numbers.html#source-code-tags-and-builds, I can see that this build corresponds to the branch "android-9.0.0_r16" so I have pulled this branch:
repo init -u https://android.googlesource.com/platform/manifest -b android-9.0.0_r16 repo sync Le mardi 20 novembre 2018 01:43:01 UTC+1, Heng Lou a écrit : > > Hi, > > I build the master AOSP for Pixel 2 using the binaries in > https://developers.google.com/android/blobs-preview. It works well. > Like to do the same for Pixel 3. Where can I get the Pixel 3 binaries for > Android (5057318)? > > Thanks, > > Heng > -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
