Hi, I found very interesting behavior.
https://crosswalk-project.org/#contribute/building_crosswalk First of all, set up the Android build environment. If you are targeting ARM, pass arm instead of x86 below: . xwalk/build/android/envsetup.sh --target-arch=x86 When we build Crosswalk Android for x86 test device, we use x86 option. However, ninja uses arm toolchain, linux-x86_64/bin/arm-linux-androideabi-g++, although I use x86 options. Even odd, generated apk works well on x86 test device as well as Nexus 5. Could you explain this interesting behavior? My assumption is that x86 test device's jni linker can deal with arm shared object. Br, DS
_______________________________________________ Crosswalk-dev mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
