Information about prebuilt ckati

60 views
Skip to first unread message

Rounak Agarwal

unread,
May 13, 2019, 2:01:08 AM5/13/19
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 ?

Dan Willemsen

unread,
May 13, 2019, 2:08:42 AM5/13/19
to Android Building
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.

It's built using the prebuilts/build-tools/build-prebuilts.sh script, and you can get the full artifacts from the aosp-build-tools branch on ci.android.com. The commit message updating the prebuilts should reference a build number that can be found on ci.android.com.

- Dan

--
--
You received this message because you are subscribed to the "Android Building" mailing list.
To post to this group, send email to android-...@googlegroups.com
To unsubscribe from this group, send email to
android-buildi...@googlegroups.com
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 android-buildi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/3f2f33e5-e805-4194-9595-4cd9f3c4798f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Rounak Agarwal

unread,
May 13, 2019, 12:10:33 PM5/13/19
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.

It's built using the prebuilts/build-tools/build-prebuilts.sh script, and you can get the full artifacts from the aosp-build-tools branch on ci.android.com. The commit message updating the prebuilts should reference a build number that can be found on ci.android.com.

- Dan

From: Rounak Agarwal <rounakag...@gmail.com>
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 android-...@googlegroups.com
To unsubscribe from this group, send email to

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 android-...@googlegroups.com.

Dan Willemsen

unread,
May 13, 2019, 12:17:31 PM5/13/19
to Android Building
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


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 android-buildi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/6b01612c-d7f0-4388-ad71-0e274cea912f%40googlegroups.com.

Rounak Agarwal

unread,
May 15, 2019, 12:46:37 PM5/15/19
to Android Building
Sorry for the delay in replying. By the time my previous reply got through moderation the build had resumed and it ran successfully.
Reply all
Reply to author
Forward
0 new messages