diff --git a/androidemu/emulator.py b/androidemu/emulator.py index a7e0f73..3d5809c 100644 --- a/androidemu/emulator.py +++ b/androidemu/emulator.py @@ -245,7 +245,7 @@ def get_vfs_root(self): # def load_library(self, filename, do_init=True): - libmod = self.modules.load_module(filename, True) + libmod = self.modules.load_module(filename, do_init) return libmod #