A static library is explained well here: http://en.wikipedia.org/wiki/Static_library It is not related to calling directly to hardware or using hardware resources directly. For examples in platform builds search the platform source for Android.mk with "include $(BUILD_STATIC_LIBRARY). For application builds using NDK, see the NDK documentation.
On Wednesday, February 20, 2013 5:44:30 AM UTC-8, Prasad wrote: > > Hi All, > > What is the use of static library in android and How to build .a > static library in android source code. Using this library in android will > call directly to hardware ? > > Thanks > -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
