On 9 April 2014 19:57, Raphael Kubo da Costa <[email protected]> wrote: > Android folks: you may need to wipe out your build directory to avoid > getting some build errors. Additionally, the way you select which > architecture to build for has changed in Chromium, see > https://github.com/crosswalk-project/crosswalk-website/commit/30694f047ba8fd3bcbc8d066103b1242dff18d3c > for a diff.
So the android build steps are now (in crosswalk/) XWALK_OS_ANDROID=1 gclient sync source src/xwalk/build/android/envsetup.sh xwalk_android_gyp -Dtarget_arch=ia32 ninja -C src/out/Release xwalk_builder # or any other target right? Because the build docs have an additional invocation "src/xwalk/gyp_xwalk", which I think is superfluous. - R _______________________________________________ Crosswalk-dev mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
