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] <javascript:>> > *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] >> <javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> 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] <javascript:>. >> 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. For more options, visit https://groups.google.com/d/optout.
