Module: Mesa Branch: master Commit: 4218c3216648354b6c3d5a032a19418b7d0fc45b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4218c3216648354b6c3d5a032a19418b7d0fc45b
Author: Mauro Rossi <[email protected]> Date: Sat Sep 3 11:00:25 2016 +0200 intel/blorp: fix typo in android makefile Acked-by: Jason Ekstrand <[email protected]> --- src/intel/Android.blorp.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/Android.blorp.mk b/src/intel/Android.blorp.mk index 268d5eb..7e7c8ae 100644 --- a/src/intel/Android.blorp.mk +++ b/src/intel/Android.blorp.mk @@ -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 \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
