Browse Source

intel/blorp: fix typo in android makefile

Acked-by: Jason Ekstrand <jason@jlekstrand.net>
tags/13.0-branchpoint
Mauro Rossi 9 years ago
parent
commit
4218c32166
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/intel/Android.blorp.mk

+ 1
- 1
src/intel/Android.blorp.mk View File

@@ -31,7 +31,7 @@ LOCAL_MODULE_CLASS := STATIC_LIBRARIES

LOCAL_SRC_FILES := $(BLORP_FILES)

LOCAL_C_INCLUDES := := \
LOCAL_C_INCLUDES := \
$(call generated-sources-dir-for,STATIC_LIBRARIES,libmesa_nir,,)/nir \
$(MESA_TOP)/src/gallium/auxiliary \
$(MESA_TOP)/src/gallium/include \

Loading…
Cancel
Save