Example #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
Example #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
Example #3
0
 def pushLibs(self):
     if not self.options.use_device_libs:
         XPCShellRemote.pushLibs(self)
Example #4
0
 def pushLibs(self):
     if not self.options.use_device_libs:
         XPCShellRemote.pushLibs(self)