system/corennnnn
Revisión | 25d733f77005f8e41817f231d41d8fdd0c5fc13b (tree) |
---|---|
Tiempo | 2012-02-23 18:40:13 |
Autor | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
init: remove the workaround to disable hardware gralloc
The workaround changes ro.hardware property that causes
side effect. Move the workaround to libhardware.
@@ -603,8 +603,6 @@ static int set_init_properties_action(int nargs, char **args) | ||
603 | 603 | |
604 | 604 | if ((tmpdev = getenv("HWACCEL")) && tmpdev[0] == '0') { |
605 | 605 | property_set("debug.egl.hw", tmpdev); |
606 | - // a temporary workaround to disable hardware specific gralloc | |
607 | - hardware[0] = '\0'; | |
608 | 606 | } |
609 | 607 | property_set("ro.hardware", hardware); |
610 | 608 | snprintf(tmp, PROP_VALUE_MAX, "%d", revision); |