Hello, I've been running through the build directions on the SEAndroid wiki, and the process has been fairly straightforward. One issue I had, however, is running SEAndroid on the emulator. The wiki indicates that the command line: emulator -show-kernel -kernel kernel/goldfish/arch/x86/boot/bzImage
should work. However, I found that I needed to add this option to the emulator command line in order for the emulator to load the kernel properly: -qemu -cpu cortex-a8 Per the instructions found in /external/qemu/docs/ ANDROID-KERNEL.TXT of the AOSP tree, this option enables ARMv7 emulation. It might be helpful to update the wiki to indicate that this option is necessary. Thanks, -Ryan