Index: build/android/emulator.py |
diff --git a/build/android/emulator.py b/build/android/emulator.py |
index 5af7c8cd3a3b91bf02861824bb1d5bc95c380df0..77c9a75daa11963c0de2502d33bc828363f5fef1 100755 |
--- a/build/android/emulator.py |
+++ b/build/android/emulator.py |
@@ -221,6 +221,8 @@ class Emulator(object): |
# The default /data size is 64M. |
# That's not enough for 8 unit test bundles and their data. |
'-partition-size', '512', |
+ # Enable GPU by default. |
+ '-gpu', 'on', |
# Use a familiar name and port. |
'-avd', self.avd, |
'-port', str(port)] |