Build x86
This commit is contained in:
parent
75fd19feca
commit
0ce65491cf
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@
|
|||
<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 OSMAND_ARM_ONLY=true" failonerror="true"/>
|
||||
<exec command="sh ${ndk.dir}/ndk-build -j8 V=1" failonerror="true"/>
|
||||
</else>
|
||||
</if>
|
||||
</target>
|
||||
|
|
Loading…
Reference in a new issue