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:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user