Just FYI, the download size issue seems to be "fixed" with this commit in the android14-qpr2-release branch: https://android.googlesource.com/platform/manifest/+/1ee30879e100bc979595739dc802d5e9590bead5
Also the new 14 release tags that have been prepared for the Pixel 8a, i.e. android-14.0.0_r38 to android-14.0.0_r45 are not affected anymore. On Wed, May 15, 2024 at 1:36 AM Michael Swartout <[email protected]> wrote: > I did not read one. I just tried to lunch and the menu came up empty. So I > enter this info: lunch aosp_<product_name>-<release>-<build_variant>. It > allowed myself to make the os or individual modules. > > On Tue, May 14, 2024 at 10:28 AM 'John W. Blue' via Android Building < > [email protected]> wrote: > >> Was there a notification that lunch is now manual? If so where and can >> you provide insight as to why? Mostly just curious .. >> >> >> >> John >> >> >> >> *From:* [email protected] [mailto: >> [email protected]] *On Behalf Of *Michael Swartout >> *Sent:* Tuesday, May 14, 2024 10:21 AM >> *To:* [email protected] >> *Subject:* Re: [android-building] AOSP downloads just got much bigger! >> >> >> >> You figured it out, good for you. "--partial-clone" can also be used >> instead of "--depth=1". We have to manually do lunch now though, no more >> list to choose from. >> >> >> >> On Tue, May 14, 2024 at 10:03 AM 'chris simmonds' via Android Building < >> [email protected]> wrote: >> >> I just did a repo sync on android-14.0.0_r29 and was surprised that it >> downloaded almost 900 GB of data! Why? >> >> Answer: before r29, most of the binary blobs in the manifest were marked >> with clone-depth="1" so you only got the most recent version. Now you get >> all versions. For example .repo/projects/device/google/bluejay-kernel.git/ >> has gone from 0.5 GB to 14 GB >> >> Solution: *always* set the clone depth to 1 when you repo init: >> >> $ repo init --depth=1 -u ..... >> >> >> >> Cheers, >> >> Chris Simmonds, https://aospandaaos.github.io/ >> >> >> >> -- >> -- >> 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]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/android-building/1e778aa7-f6b3-4e32-aa18-03c60fdea8b2n%40googlegroups.com >> <https://groups.google.com/d/msgid/android-building/1e778aa7-f6b3-4e32-aa18-03c60fdea8b2n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> -- >> -- >> 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]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/android-building/CAEq4fyAeVf1e8xHxH1xm%2BR3r08K0QRphdTa-AJVtBG1g32Wm-A%40mail.gmail.com >> <https://groups.google.com/d/msgid/android-building/CAEq4fyAeVf1e8xHxH1xm%2BR3r08K0QRphdTa-AJVtBG1g32Wm-A%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> >> -- >> -- >> 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]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/android-building/f1df71694b07446084215c99dbf2ee01%40mail.rrcic.com >> <https://groups.google.com/d/msgid/android-building/f1df71694b07446084215c99dbf2ee01%40mail.rrcic.com?utm_medium=email&utm_source=footer> >> . >> > -- > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/android-building/CAEq4fyCovrmgYMhJ38Tu6X3SJ9%3D%2BYk5EL8PaOF8CcpVA7jmk9g%40mail.gmail.com > <https://groups.google.com/d/msgid/android-building/CAEq4fyCovrmgYMhJ38Tu6X3SJ9%3D%2BYk5EL8PaOF8CcpVA7jmk9g%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/CAPyJwA-Un5%3DvCkmtjRU%3DfypANN2%2Bhp_ALXczE%2Bx8Fze3kDVfMw%40mail.gmail.com.
