aboutsummaryrefslogtreecommitdiff
path: root/robher-aosp.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'robher-aosp.yaml')
-rw-r--r--robher-aosp.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/robher-aosp.yaml b/robher-aosp.yaml
index dcbf89f001..211b5e9fde 100644
--- a/robher-aosp.yaml
+++ b/robher-aosp.yaml
@@ -64,7 +64,7 @@
git pull --no-edit https://github.com/robherring/mesa.git android-build-test
# Enable gpu drivers
- sed -i -e 's/\(^MESA_GPU_DRIVERS.*\)/MESA_GPU_DRIVERS := $(strip $(BOARD_GPU_DRIVERS)) i915 i965 r300g r600g i915g swrast vc4/' Android.mk
+ sed -i -e 's/\(^MESA_GPU_DRIVERS.*\)/MESA_GPU_DRIVERS := $(strip $(BOARD_GPU_DRIVERS)) i915 i965 r300g nouveau swrast vc4/' Android.mk
# Commit it so repo will throw it away
git commit -m "Android: enable GPU drivers" -a -s