Re: [Mesa-dev] [PATCH 1/5] mesa: Build libmesa_dricore.a for Android

2011-08-29 Thread Chia-I Wu
On Tue, Aug 30, 2011 at 2:50 AM, Chad Versace wrote: > libmesa_dricore.a is analogous to the libmesa.a built by the Autoconf > build. > > v2 > > - Change libmesa_dricore from a shared library to a static library. >  I decided to make this change after realizing that libmesa_dricore.so >  indi

[Mesa-dev] [PATCH 1/5] mesa: Build libmesa_dricore.a for Android

2011-08-29 Thread Chad Versace
libmesa_dricore.a is analogous to the libmesa.a built by the Autoconf build. v2 - Change libmesa_dricore from a shared library to a static library. I decided to make this change after realizing that libmesa_dricore.so indiscriminately exported all its symbols. CC: Ian Romanick CC: Chia-