On Thu, Feb 21, 2013 at 11:45 PM, Stephen Smalley <[email protected]> wrote: > On 02/21/2013 09:05 AM, William Roberts wrote: >> >> So doing the following is resulting in a build break, anyone had >> success with building as of recent? Its been since the 4.2.2 release >> for me. >> >> repo init -b android-4.2.1_r1 >> repo sync -j8 >> cp ../manifests/local_manifest.xml .repo (on branch seandroid- >> repo sync -j8 >> >> ... build manta kernel (works fine) >> >> source build/envsetup.sh >> lunch full_manta-eng >> make -j32 >> >> ...<snip>.. >> target Java: core >> (out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes) >> host Java: dx >> (out/host/common/obj/JAVA_LIBRARIES/dx_intermediates/classes) >> make: *** No rule to make target >> >> `out/host/linux-x86/obj/STATIC_LIBRARIES/libandroidfw_intermediates/export_includes', >> needed by >> `out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/import_includes'. >> Stop. >> >> >> Anyone else getting this? > > > No. Is this a clean build or do you have residue from a prior master build? > Move aside your out/ dir. Make sure that you are using the right > local_manifest.xml file (from seandroid-4.2 branch). > > >
I did a make clobber, but perhaps some env vars were still set from a previous attempt. -- 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.
