aboutsummaryrefslogtreecommitdiff
path: root/robher-aosp.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'robher-aosp.yaml')
-rw-r--r--robher-aosp.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/robher-aosp.yaml b/robher-aosp.yaml
index 43808ff239..769ab77be5 100644
--- a/robher-aosp.yaml
+++ b/robher-aosp.yaml
@@ -66,7 +66,9 @@
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 nouveau swrast vc4/' Android.mk
+ echo 'BOARD_GPU_DRIVERS := "i915 i965 i915g r300g r600g nouveau swrast vc4 virgl"' > Android.mk.new
+ cat Android.mk >> Android.mk.new
+ mv Android.mk.new Android.mk
# Commit it so repo will throw it away
git commit -m "Android: enable GPU drivers" -a -s