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

Tapani Pälli tapani.palli at intel.com
Tue Aug 1 04:28:57 UTC 2017



On 08/01/2017 12:17 AM, Rob Herring wrote:
> 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.
> 

Yeah, this was to not break L support like with commit 
bfc0c23843008fd510afa263ebe371bef3346445. Android-IA is fine with 
dropping L support, not sure if Android-x86 wants it?

// Tapani


More information about the mesa-dev mailing list