Ver código fonte

android: link libmesa_intel_common with zlib and expat

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@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
tags/17.3-branchpoint
Tapani Pälli 8 anos atrás
pai
commit
9bd15da85d
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5
    0
      src/intel/Android.common.mk

+ 5
- 0
src/intel/Android.common.mk Ver arquivo

@@ -32,10 +32,15 @@ LOCAL_MODULE_CLASS := STATIC_LIBRARIES
LOCAL_SRC_FILES := $(COMMON_FILES)

LOCAL_C_INCLUDES := \
external/zlib \
$(MESA_TOP)/src/gallium/include \
$(MESA_TOP)/src/gallium/auxiliary \
$(MESA_TOP)/src/mapi \
$(MESA_TOP)/src/mesa

LOCAL_SHARED_LIBRARIES := libexpat libz

LOCAL_WHOLE_STATIC_LIBRARIES := libmesa_genxml

include $(MESA_COMMON_MK)
include $(BUILD_STATIC_LIBRARY)

Carregando…
Cancelar
Salvar