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.
diff --git a/simulator/app/PropertyServer.cpp b/simulator/app/PropertyServer.cpp
index 0047b5d..c94aa75 100644
--- a/simulator/app/PropertyServer.cpp
+++ b/simulator/app/PropertyServer.cpp
@@ -147,6 +147,7 @@
         { "debug.sf.showcpu", "0" },
         { "debug.sf.showbackground", "0" },
         { "debug.sf.showfps", "0" },
+        { "default", "default" },
     };
 
     for (int i = 0; i < NELEM(propList); i++)