am 265513f5: Merge change 26604 into eclair

Merge commit '265513f5d3388f14c80a46d2fe033e0d93a9fdf1' into eclair-plus-aosp

* commit '265513f5d3388f14c80a46d2fe033e0d93a9fdf1':
  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:
Marco Nelissen
2009-09-23 10:44:24 -07:00
committed by Android Git Automerger

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++)