On 09/07/2013 11:57 AM, Amit Ahlawat wrote: > > 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.
intent_mac and cp_mac have their own branch in the manifests project with their own local_manifest.xml file. And they are both based on master, not a specific release version. -- 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.
