Ejemplo n.º 1
0
 def pushLibs(self):
     if not self.options.use_device_libs:
         count = XPCShellRemote.pushLibs(self)
         if not count:
             # couldn't find any libs, fallback to device libs
             self.env['LD_LIBRARY_PATH'] = '/system/b2g'
             self.options.use_device_libs = True
Ejemplo n.º 2
0
 def pushLibs(self):
     if not self.options.use_device_libs:
         count = XPCShellRemote.pushLibs(self)
         if not count:
             # couldn't find any libs, fallback to device libs
             self.env['LD_LIBRARY_PATH'] = '/system/b2g'
             self.options.use_device_libs = True
Ejemplo n.º 3
0
 def pushLibs(self):
     if not self.options.use_device_libs:
         XPCShellRemote.pushLibs(self)
Ejemplo n.º 4
0
 def pushLibs(self):
     if not self.options.use_device_libs:
         XPCShellRemote.pushLibs(self)