You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Girish <gi...@robosoftin.com> on 2010/12/17 05:05:12 UTC

How to execute "Android.mk" file from Ant script?

Hi

I want to use ANT build for an Android project which includes multiple 
libraries(shared-objects). These shared object libraries are currently 
being built by using the commands present in respective "Android.mk" files.
My question is:
  * Is there any way to execute "Android.mk" file from Ant script?

It would be of great help if someone can reply to this question.

Thanks in advance

Regards
Girish
-----------------------------------------------
Robosoft Technologies - Come home to Technology

Disclaimer: This email may contain confidential material. If you were not an intended recipient, please notify the sender and delete all copies. Emails to and from our network may be logged and monitored. This email and its attachments are scanned for virus by our scanners and are believed to be safe. However, no warranty is given that this email is free of malicious content or virus.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: How to execute "Android.mk" file from Ant script?

Posted by Girish <gi...@robosoftin.com>.
Thanks a ton for the quick response, Antonie
That would surely help.
Do anyone know the executable used for processing Android.mk file? I not 
able to find it.

Thanks
Girish

On Friday 17 December 2010 04:59 PM, Antoine Levy-Lambert wrote:
> On 12/16/10 11:05 PM, Girish wrote:
>>   * Is there any way to execute "Android.mk" file from Ant script?
>>
> If Android.mk are processed by an executable called make or andromake or
> whatever, then you can do this using the exec task.
>
> Antoine
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
>
>
-----------------------------------------------
Robosoft Technologies - Come home to Technology

Disclaimer: This email may contain confidential material. If you were not an intended recipient, please notify the sender and delete all copies. Emails to and from our network may be logged and monitored. This email and its attachments are scanned for virus by our scanners and are believed to be safe. However, no warranty is given that this email is free of malicious content or virus.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: How to execute "Android.mk" file from Ant script?

Posted by Antoine Levy-Lambert <an...@gmx.de>.
On 12/16/10 11:05 PM, Girish wrote:
>
>  * Is there any way to execute "Android.mk" file from Ant script?
>
If Android.mk are processed by an executable called make or andromake or
whatever, then you can do this using the exec task.

Antoine

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org