Re: [android-building] Information about prebuilt ckati

2019-05-15 Thread Rounak Agarwal
Sorry for the delay in replying. By the time my previous reply got through 
moderation the build had resumed and it ran successfully.

On Monday, May 13, 2019 at 9:47:31 PM UTC+5:30, Dan Willemsen wrote:
>
> 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 >
> *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 
>>
>> 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 
>>> *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
 android-...@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-...@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.

>>> -- 
>> -- 
>> 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-...@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-...@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
>>  
>> 
>> .
>> 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 android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@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 

Re: [android-building] Information about prebuilt ckati

2019-05-13 Thread 'Dan Willemsen' via 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

*From: *Rounak Agarwal 
*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 
>
> 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 
>> *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
>>> android-...@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-...@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.
>>>
>> --
> --
> You received this message because you are subscribed to the "Android
> Building" mailing list.
> To post to this group, send email to android-building@googlegroups.com
> To unsubscribe from this group, send email to
> android-building+unsubscr...@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-building+unsubscr...@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
> 
> .
> 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 android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@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-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/CALQgHd%3DHKX0LtaxaWf2Ja26a8pcEcLp6tX-JNHTLy680swMOVw%40mail.gmail.com.
For 

Re: [android-building] Information about prebuilt ckati

2019-05-13 Thread 'Dan Willemsen' via 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

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

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@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-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/CALQgHd%3DJ_9K7nK12AL%3D-9NJMd5xS7D3VQLkBT7%2Bcm0zQ-yBSVA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-building] Information about prebuilt ckati

2019-05-13 Thread Rounak Agarwal
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-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@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-building+unsubscr...@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.