56c56,57
< 'android-kitkat' ],
---
> 'android-kitkat',
> 'android-nougat', ],
350c351,358
< "android.bootanim=0"
---
> "android.bootanim=0 "
> elif 'nougat' in mdesc.os_type():
> cmdline += " androidboot.hardware=gem5 qemu=1 qemu.gles=0 " + \
> "android.bootanim=0 " + \
> "vmalloc=640MB " + \
> "android.early.fstab=/fstab.gem5 " + \
> "androidboot.selinux=permissive " + \
> "video=Virtual-1:1920x1080-16"