am 1d448a8f: am 265513f5: Merge change 26604 into eclair

Merge commit '1d448a8f83f78cf48449bb806861224160ff85f9'

* commit '1d448a8f83f78cf48449bb806861224160ff85f9':
  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-25 08:51:27 -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++)