On 01/18/2017 06:30 PM, ??? wrote: > Dear Sachs, > > We've been using ?TARGET_ARCH=armeabi? for android. > > But, if then, it's not compiled as 64bit but as 32 bit. > > I mean it makes compile shard library as 32 bit even though built on 64bit > machine. > > That's the problem we have. > > We need to make shared libraries compiled as 64bit.
You'll probably have to work (and hopefully contribute) to enable support in this direction - I see there is /some/ understanding of the arm64-v8a target in the various build scripts, but it doesn't look like it spreads throughout the whole code base. Usually these things work best if someone who needs it (and has facilities to test it!) gets involved. Does anyone know if the aarch64 target for non-Android case works?
