Maybe we could firstly focus on the actully build command:
if [ ! -e lib/libxwalkcore.so -o ! -e lib/libxwalkcore.so.TOC ]; then
/home/dachen/crosswalk-src/src/third_party/android_tools/ndk//toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++
-shared -W
Gary Chine writes:
[...]
> ../../components/visitedlink/browser/visitedlink_master.cc:68: error:
> undefined reference to 'base::OpenFile(base::FilePath const&, char
> const*)'
[...]
> If I just need a arm arch build,the simplest way to change that I
> think is:don't build the 'host' targeted
Continue the last email,following the second method,I add a arm condition
branch in base/base.gypi,if the _toolset is "target" and the OS is Android,then
replace some .cc files with my own.The new link error comes:[16/31] SOLINK
lib/libxwalkcore.soFAILED: if [ ! -e lib/libxwalkcore.so -o ! -e
l