Bug 1340584 - Remove devicemanagerSUT and references to sutagent; r=wlach

sutagent is no longer built or used; devicemanagerSUT is completely
unused. After this change, devicemanagerADB is the only implementation of
devicemanager, and test harness options like --dm_trans are eliminated.
This commit is contained in:
Geoff Brown
2017-03-21 12:20:01 -06:00
parent 4e6bb5ac13
commit b72a74a2a6
79 changed files with 87 additions and 5445 deletions

View File

@@ -414,7 +414,6 @@ class MachCommands(MachCommandBase):
options.symbols_path = symbols_path
options.manifest_path = manifest_path
options.xre_path = self.bindir
options.dm_trans = "adb"
options.local_lib = self.bindir.replace('bin', 'fennec')
for file in os.listdir(os.path.join(self.topobjdir, "dist")):
if file.endswith(".apk") and file.startswith("fennec"):