Hi All,

I am trying to add some native code executables and libraries to
system
image.

I am able to add a jni library, its Java classes and apk files for my
application at the time of system build, so they get integrated in
the
system image.

Can anyone help me add native executables to system image.

I have some exe files made for arm platform.
I am able to run them on Android by first pushing them on emulator/
device
using adb push command and then calling starting them from my
application.

Now I do not want to push them manually, I want them to be integrated
with system image. Where do I place them in my open source code
repository so that they get installed/integrated with Android's image
when I give the make command?

Regards,
Kartic Grover
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to