Hi,

I download AOSP 4.3_r1.1 and downloaded the android-4.3 branch of SE Android. I 
compiled x86 emulator as follows:

Building kernel:

export PREFIX=/path/to/your/aospclone
cd $PREFIX/kernel/goldfish
make ARCH=x86 goldfish_defconfig
../../external/qemu/distrib/build-kernel.sh --arch=x86

Building userspace:

cd $PREFIX
source build/envsetup.sh
lunch full_x86-eng
export HAVE_SELINUX=true
make

I was able to start emulator using: emulator -show-kernel -kernel 
kernel/goldfish/arch/x86/boot/bzImage

I then repo synced the intent-mac and cp-mac branches. I compiled the kernel 
using the same steps as above.

On executing make to compile the user space (last step for building userspace), 
I get the following error:

make: *** No rule to make target 
`out/target/common/obj/JAVA_LIBRARIES/conscrypt_intermediates/classes.jar', 
needed by `out/target/common/docs/api-stubs-timestamp'.  Stop.

Please help me identify what changes need to be made to successfully build.

Thank you.





--
This message was distributed to subscribers of the seandroid-list mailing list.
If you no longer wish to subscribe, send mail to [email protected] with
the words "unsubscribe seandroid-list" without quotes as the message.

Reply via email to