mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
android: understand the disk images
This commit is contained in:
@@ -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']
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user