diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-09-22 01:35:23 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-09-22 01:35:23 +0000 |
commit | 27e7bb02bd0f89f96d9e3b402b46c2c97ee4defe (patch) | |
tree | 274247cd9317896d1f4f7b12d469b85dbbae9205 /lib/mesa/src/gallium/auxiliary/Android.mk | |
parent | 294c26e88dc461cbb485be73fd6624ec386b4f0b (diff) |
Import Mesa 20.0.8
Diffstat (limited to 'lib/mesa/src/gallium/auxiliary/Android.mk')
-rw-r--r-- | lib/mesa/src/gallium/auxiliary/Android.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/mesa/src/gallium/auxiliary/Android.mk b/lib/mesa/src/gallium/auxiliary/Android.mk index 2c3f813ac..7e8b2d31e 100644 --- a/lib/mesa/src/gallium/auxiliary/Android.mk +++ b/lib/mesa/src/gallium/auxiliary/Android.mk @@ -28,9 +28,8 @@ include $(LOCAL_PATH)/Makefile.sources include $(CLEAR_VARS) -# filter-out tessellator/tessellator.hpp to avoid "Unused source files" error LOCAL_SRC_FILES := \ - $(filter-out tessellator/tessellator.hpp, $(C_SOURCES)) \ + $(C_SOURCES) \ $(NIR_SOURCES) \ $(RENDERONLY_SOURCES) \ $(VL_STUB_SOURCES) |