Re: [Mesa-dev] [PATCH 3/3] glapi: Build libmesa_glapi on Android

2011-08-16 Thread Chia-I Wu
On Tue, Aug 16, 2011 at 2:14 PM, Chad Versace wrote: > The libmesa_glapi.so on Android is analogous to the libglapi.so on Linux. > libmesa_glapi uses the shared glapi. > The libname is libmesa_glapi, rather than libglapi, due to conventions of > the Android build system. Names of intermediate libr

[Mesa-dev] [PATCH 3/3] glapi: Build libmesa_glapi on Android

2011-08-15 Thread Chad Versace
The libmesa_glapi.so on Android is analogous to the libglapi.so on Linux. libmesa_glapi uses the shared glapi. The libname is libmesa_glapi, rather than libglapi, due to conventions of the Android build system. Names of intermediate libraries should be prefixed by the project name in order to prev