Insert the bellowing line into Android.mk
$(shell python $(LOCAL_PATH)/scripts/myprepare.py)
When running mm command or other command to build your apk, the script myprepare.py will be invoked.
Insert the bellowing line into Android.mk
$(shell python $(LOCAL_PATH)/scripts/myprepare.py)
When running mm command or other command to build your apk, the script myprepare.py will be invoked.