android: understand that rw are qcow2

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-31 00:00:01 +00:00
parent f6becf6338
commit 0578d8975e
2 changed files with 44 additions and 13 deletions

View File

@@ -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'])