android: understand the disk images

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-30 00:00:01 +00:00
parent 5b39fd2129
commit 9012247540
4 changed files with 198 additions and 20 deletions

View File

@@ -16,10 +16,7 @@ https://github.com/cirosantilli/linux-kernel-module-cheat#android
self.add_argument('extra-emulator-args', default='', nargs='?')
def timed_main(self):
self.sh.run_cmd('''\
{}
emulator -show-kernel -verbose {}
'''.format(
self.sh.run_cmd('{}emulator -show-kernel -verbose {}'.format(
self.env['android_shell_setup'],
self.env['extra_emulator_args']
),