Strange. Are you able to do regular builds of AOSP master on your machine? (If not, don't worry, it's just a data point if you have)
What does the end of out/soong.log look like? That'll narrow down the problem. If you have a slow disk, the first time you run this, it may take a while as it builds up a database of the files in the source tree, but it shouldn't take that long (on a sufficiently fast machine that should only take a few seconds). If you happen to have mounts / hard links / etc that expose more files or a network mount inside the source tree, we've seen hangs when we generate this db. - Dan *From: *Rounak Agarwal <[email protected]> *Date: *Mon, May 13, 2019 at 9:10 AM *To: *Android Building Thanks for the information Dan. > > I wanted to try and build the binaries myself. I did the following : > > repo init -u https://android.googlesource.com/platform/manifest -b build-tools > repo sync -c > export OUT_DIR=$PWD/out > ./prebuilts/build-tools/build-prebuilts.sh > > > It got stuck at the following command : > > build/soong/soong_ui.bash --make-mode --skip-make <Huge list of output paths> > > Do you know what might be the reason for this ? > > > On Monday, May 13, 2019 at 11:38:42 AM UTC+5:30, Dan Willemsen wrote: >> >> There's a manifest.xml in that project that should have all of the exact >> revisions: >> https://android.googlesource.com/platform/prebuilts/build-tools/+/refs/heads/master/manifest.xml. >> It's a snapshot of the platform/manifest build-tools manifest >> <https://android.googlesource.com/platform/manifest/+/build-tools>. >> >> It's built using the prebuilts/build-tools/build-prebuilts.sh >> <https://android.googlesource.com/platform/prebuilts/build-tools/+/master/build-prebuilts.sh> >> script, and you can get the full artifacts from the aosp-build-tools >> branch on ci.android.com >> <https://ci.android.com/builds/branches/aosp-build-tools/grid?>. The >> commit message updating the prebuilts should reference a build number that >> can be found on ci.android.com. >> >> - Dan >> >> *From: *Rounak Agarwal <[email protected]> >> *Date: *Sun, May 12, 2019, 11:01 PM >> *To: *Android Building >> >> Is there a way to find out the exact commit and the build command used to >>> build the prebuilt ckati executable available in AOSP project >>> prebuilts/build-tools ? >>> >>> -- >>> -- >>> 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/3f2f33e5-e805-4194-9595-4cd9f3c4798f%40googlegroups.com >>> <https://groups.google.com/d/msgid/android-building/3f2f33e5-e805-4194-9595-4cd9f3c4798f%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- > -- > 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/6b01612c-d7f0-4388-ad71-0e274cea912f%40googlegroups.com > <https://groups.google.com/d/msgid/android-building/6b01612c-d7f0-4388-ad71-0e274cea912f%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- -- 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/CALQgHd%3DHKX0LtaxaWf2Ja26a8pcEcLp6tX-JNHTLy680swMOVw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
