mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
android: understand that rw are qcow2
This commit is contained in:
@@ -720,8 +720,7 @@ Valid emulators: {}
|
||||
env['android_build_dir'] = join(env['android_dir'], 'out')
|
||||
env['repo_path'] = join(env['android_base_dir'], 'repo')
|
||||
env['repo_path_base64'] = env['repo_path'] + '.base64'
|
||||
|
||||
env['android_shell_setup'] = '''
|
||||
env['android_shell_setup'] = '''\
|
||||
. build/envsetup.sh
|
||||
lunch aosp_{}-eng
|
||||
'''.format(self.env['android_arch'])
|
||||
|
||||
Reference in New Issue
Block a user