diff options
| author | Romain Guy <romainguy@google.com> | 2013-05-09 11:25:09 -0700 |
|---|---|---|
| committer | Romain Guy <romainguy@google.com> | 2013-05-09 11:25:09 -0700 |
| commit | 79cfc1798fa5f32e663bf2081d7fc1a6ef33846f (patch) | |
| tree | d5a1a93c2b9d2e24d8f476bee4ff8031af5f32a6 /system.prop | |
| parent | a5121996a9c2f6c96072451e43c61501cacdc0de (diff) | |
Disable OpenGL preloading with Tegra drivers
Bug #8888857
Change-Id: I0f70ea3276511b26a4e6391757e304ca3588a057
Diffstat (limited to 'system.prop')
| -rw-r--r-- | system.prop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop index 79b5203..befcf94 100644 --- a/system.prop +++ b/system.prop @@ -11,3 +11,6 @@ debug.nfc.se=false # set default lcd density to TVDPI ro.sf.lcd_density=213 + +# don't preload OpenGL in Zygote, the Tegra drivers do not like it +ro.zygote.disable_gl_preload=true |
