Hi Vangapati On 12.09.2013 11:11, vangapati naresh wrote: > Hi , > > Iam facing a problem when iam building B2G for sony xperia-s(NOZOMI) > > Here is where am stucked at > > Checking API: checkapi-current > ( /bin/echo -JXmx1024m -J"classpath > /home/naresh/sony_nozmi_ffos/B2G/build/fake-jdk-tools/lib/tools.jar:out/host/linux-x86/framework/doclava.jar:out/host/linux-x86/framework/jsilver.jar" > -error 2 -error 3 -error 4 -error 5 -error 6 -error 7 -error 8 -error 9 > -error 10 -error 11 -error 12 -error 13 -error 14 -error 15 -error 16 -error > 17 -error 18 -error 19 -error 20 -error 21 -error 23 -error 24 -error 25 > frameworks/base/api/current.txt > out/target/common/obj/PACKAGING/public_api.txt || ( cat > build/core/apicheck_msg_current.txt ; exit 38 ) ) > > -JXmx1024m -Jclasspath > /home/naresh/sony_nozmi_ffos/B2G/build/fake-jdk-tools/lib/tools.jar:out/host/linux-x86/framework/doclava.jar:out/host/linux-x86/framework/jsilver.jar > -error 2 -error 3 -error 4 -error 5 -error 6 -error 7 -error 8 -error 9 > -error 10 -error 11 -error 12 -error 13 -error 14 -error 15 -error 16 -error > 17 -error 18 -error 19 -error 20 -error 21 -error 23 -error 24 -error 25 > frameworks/base/api/current.txt out/target/common/obj/PACKAGING > /public_api.txt > > mkdir -p out/target/common/obj/PACKAGING/ > touch out/target/common/obj/PACKAGING/checkapi-current-timestamp > > make: *** No rule to make target > `out/host/linux-x86/obj/STATIC_LIBRARIES/libselinux_intermediates/libselinux.a', > needed by > `out/host/linux-x86/obj/EXECUTABLES/ext2simg_intermediates/ext2simg'.
Easy. You need libselinux for Android, such as https://android.googlesource.com/platform/external/libselinux/ Best regards Thomas > Stop. > > real 0m4.567s > user 0m2.888s > sys 0m0.560s > >> Build failed! < > Build with |./build.sh -j1| for better messages > If all else fails, use |rm -rf objdir-gecko| to clobber gecko and |rm -rf > out| to clobber everything else. > > Please help me in resolving this issue. > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
