summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2011-11-06 07:43:32 -0700
committerChia-I Wu <olvaffe@gmail.com>2011-11-06 14:38:23 -0700
commit917b8e3814b2e006e2a88e28a6a061f456b61a9c (patch)
tree41aea0702619e33556a4cf40eb696350708e443b /Android.mk
parent2318443ebd6bf9727676b530a3b057dcf13a3ca6 (diff)
android: reorder nouveau pipe drivers
To match targerts/dri-nouveau, and to fix a potential "undefined reference to `nv50_ir::getTargetNVC0(unsigned int)'" error.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 29453bc342f..0c07d5e02d1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -135,9 +135,9 @@ endif
ifneq ($(filter nouveau, $(MESA_GPU_DRIVERS)),)
gallium_DRIVERS += \
libmesa_winsys_nouveau \
- libmesa_pipe_nvc0 \
- libmesa_pipe_nv50 \
libmesa_pipe_nvfx \
+ libmesa_pipe_nv50 \
+ libmesa_pipe_nvc0 \
libmesa_pipe_nouveau
LOCAL_SHARED_LIBRARIES += libdrm_nouveau
endif