mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 11:11:35 +01:00
android: add working run script
This commit is contained in:
@@ -721,6 +721,12 @@ Valid emulators: {}
|
||||
env['image'] = env['linux_image']
|
||||
env['disk_image'] = env['qcow2_file']
|
||||
|
||||
# Android.
|
||||
env['android_shell_setup'] = '''
|
||||
. build/envsetup.sh
|
||||
lunch aosp_{}-eng
|
||||
'''.format(self.env['android_arch'])
|
||||
|
||||
def add_argument(self, *args, **kwargs):
|
||||
'''
|
||||
Also handle:
|
||||
|
||||
Reference in New Issue
Block a user