Fix resources
This commit is contained in:
parent
f35f27f8aa
commit
be49f7bb2a
2 changed files with 2 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue