Fix resources

This commit is contained in:
Victor Shcherb 2013-02-20 23:51:34 +01:00
parent f35f27f8aa
commit be49f7bb2a
2 changed files with 2 additions and 5 deletions

View file

@ -119,9 +119,6 @@
</then>
<else>
<fail message="ndk.dir is missing. Make sure to generate local.properties or to inject it through an env var" unless="ndk.dir"/>
<echo>Building native code</echo>
<exec command="sh ${ndk.dir}/ndk-build -j8 V=1" failonerror="true"/>
</else>
</if>
</target>

View file

@ -87,5 +87,5 @@ if [ -n "$BUILD_ALL" ] || [ -n "$OSMAND_MIPS_ONLY" ]; then
(cd "$SRCLOC/upstream.patched.mips" && make -j`nproc`)
fi
#cd $SCRIPT_LOC
#$ANDROID_NDK/ndk-build
cd $SCRIPT_LOC
$ANDROID_NDK/ndk-build