Merge change 26604 into eclair

* changes:
  Fix the simulator. libhardware now needs a property named "default" to be set to the value "default", otherwise it won't fall back to the default implementation for a module.
This commit is contained in:
Android (Google) Code Review
2009-09-23 13:38:42 -04:00

View File

@@ -147,6 +147,7 @@ void PropertyServer::SetDefaultProperties(void)
{ "debug.sf.showcpu", "0" },
{ "debug.sf.showbackground", "0" },
{ "debug.sf.showfps", "0" },
{ "default", "default" },
};
for (int i = 0; i < NELEM(propList); i++)