[Mesa-dev] [PATCH 1/2] android: link libmesa_intel_common with zlib and expat

Rob Herring robh at kernel.org
Mon Jul 31 21:17:45 UTC 2017


On Mon, Jul 31, 2017 at 3:45 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> On 31 July 2017 at 09:32, Tapani Pälli <tapani.palli at intel.com> wrote:
>> Makes it possible to build Mesa on Android with -DDEBUG with
>> the next patch that reverts 4f695731.
>>
>> Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
>> ---
>>  src/intel/Android.common.mk | 5 +++++
>>  1 file changed, 5 insertions(+)
>>
>> diff --git a/src/intel/Android.common.mk b/src/intel/Android.common.mk
>> index f056f0a..12cea6e 100644
>> --- a/src/intel/Android.common.mk
>> +++ b/src/intel/Android.common.mk
>> @@ -32,10 +32,15 @@ LOCAL_MODULE_CLASS := STATIC_LIBRARIES
>>  LOCAL_SRC_FILES := $(COMMON_FILES)
>>
>>  LOCAL_C_INCLUDES := \
>> +       external/zlib \
> Ideally this will be part of zlib's LOCAL_EXPORT_C_INCLUDE_DIRS, at
> some point in the future.

FYI, it already is and has been since M. So it depends whether you
care about L support. IMO, with O coming out soon, it's time to drop
L. 3 years/versions of Android support in master seems like plenty to
me.

Rob


More information about the mesa-dev mailing list