diff options
author | Mauro Rossi <[email protected]> | 2016-09-03 11:00:25 +0200 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-09-03 08:22:53 -0700 |
commit | 4218c3216648354b6c3d5a032a19418b7d0fc45b (patch) | |
tree | 94bd2224cc24a0a6bdc99c61bffa2163bb76661b /src/intel | |
parent | 1692228a38c21c0abb0b7a7c5ec89ddc94c1ff6a (diff) |
intel/blorp: fix typo in android makefile
Acked-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/Android.blorp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/Android.blorp.mk b/src/intel/Android.blorp.mk index 268d5ebfa74..7e7c8ae9f30 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 \ |