Re: [android-porting] How to run shell commands in Android.mk file?

2010-06-09 Thread Deva R
It should be documented somewhere, and some quick ref. below. Below Android.mk file copies pvplayer.cfg to system/etc folder http://git.omapzoom.org/?p=platform/external/opencore.git;a=blob;f=Android.mk;h=013e5c8e6ccfc2feab9fb7a61814cc04868f9ebe;hb=p-eclair Lot of commands like print, echo are be

[android-porting] How to run shell commands in Android.mk file?

2010-06-09 Thread Uma Sankar
Hi All, I would like to run some shell commands after building my module can I make Android.mk to run shell script ? For example, I need to copy data.txt file in to LOCAL_MODULE_PATH after build the application. By using the Android.mk file application(server) is able to generated at specified fo