[android-building] increase the memory used for building

2020-07-21 Thread Kbc K
Hi all,

I have a question about AOSP build system memory usage.

Does the the build system take the full advantage of the available memory 
in the building machine? 
Lets say I have 64Gb RAM does it use all the memory?

If there is a limit how I can change it? is there an option to increase it? 

BR
K

-- 
-- 
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/06aafac5-e165-44fe-8894-9bc4814fa213o%40googlegroups.com.


Re: [android-building] equivalent flag "optimize" from Android.bp in Android.mk

2020-05-05 Thread Kbc K
Just to conform the flag work as expected.
Thanks again.

On Thursday, April 30, 2020 at 7:43:20 PM UTC+3, Kbc K wrote:
>
> Thank Dan, I will try it
>
> On Tuesday, April 28, 2020 at 10:29:24 PM UTC+3, Dan Willemsen wrote:
>>
>> `LOCAL_PROGUARD_ENABLED := disabled` would be the equivalent of 
>> `optimize: { enabled: false }`
>>
>> - Dan
>>
>> On Tue, Apr 28, 2020 at 11:51 AM Kbc K  wrote:
>>
>>> Hi Everyone,
>>>
>>> Soong build system "Android.bp" has a useful flag called "optimize" 
>>> which allow to disable compiler optimization.
>>>
>>> I'm looking for something equivalent in Android.mk system.
>>>
>>> BR, K
>>>
>>> -- 
>>> -- 
>>> 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/8d5ed84a-8753-44c9-999f-c55e7874b665%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/android-building/8d5ed84a-8753-44c9-999f-c55e7874b665%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 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/51324b49-c2d8-4710-ac7a-5d1686c5dbc0%40googlegroups.com.


Re: [android-building] equivalent flag "optimize" from Android.bp in Android.mk

2020-04-30 Thread Kbc K
Thank Dan, I will try it

On Tuesday, April 28, 2020 at 10:29:24 PM UTC+3, Dan Willemsen wrote:
>
> `LOCAL_PROGUARD_ENABLED := disabled` would be the equivalent of `optimize: 
> { enabled: false }`
>
> - Dan
>
> On Tue, Apr 28, 2020 at 11:51 AM Kbc K > 
> wrote:
>
>> Hi Everyone,
>>
>> Soong build system "Android.bp" has a useful flag called "optimize" which 
>> allow to disable compiler optimization.
>>
>> I'm looking for something equivalent in Android.mk system.
>>
>> BR, K
>>
>> -- 
>> -- 
>> 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/8d5ed84a-8753-44c9-999f-c55e7874b665%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/android-building/8d5ed84a-8753-44c9-999f-c55e7874b665%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 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/378de9ef-f56c-4087-ad87-688337f00876%40googlegroups.com.


[android-building] equivalent flag "optimize" from Android.bp in Android.mk

2020-04-28 Thread Kbc K
Hi Everyone,

Soong build system "Android.bp" has a useful flag called "optimize" which 
allow to disable compiler optimization.

I'm looking for something equivalent in Android.mk system.

BR, K

-- 
-- 
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/8d5ed84a-8753-44c9-999f-c55e7874b665%40googlegroups.com.