Thanks Stephen, that worked.
On Wed, Feb 13, 2013 at 9:02 PM, Stephen Smalley <[email protected]> wrote: > On 02/13/2013 03:40 AM, Dang wrote: > >> I am facing issue in getting Emulator up & running for Android 4.2.1 >> with selinux. >> Downloaded & built image using the instructions specified on >> http://selinuxproject.org/**page/SEAndroid<http://selinuxproject.org/page/SEAndroid>. >> Build is successful but >> emulator hangs just after "booting the kernel" message. >> >> >> /emulator -show-kernel -kernel kernel/goldfish/arch/arm/boot/**zImage >> -memory 512/ >> /emulator: WARNING: system partition size adjusted to match image (218 >> MB > 200MB)/ >> / >> / >> /Failed to create Context 0x3005/ >> /emulator: WARNING: Could not initialize OpenglES emulation, suing >> software renderer./ >> /serial0 console/ >> /Uncompressing >> Linux.........................**..............................** >> ..............................**.. >> done, booting the kernel/ >> / >> >> / >> Emulator runs fine without -kernel option. >> >> Building on Ubuntu 10.04 LTS. >> > > Try rebuilding the kernel using their script, > cd kernel/goldfish > ../../external/qemu/distrib/**build-kernel.sh --armv7 > > > > >
