On Wed, Apr 9, 2014 at 5:32 PM, Staudinger, Robert < [email protected]> wrote:
> 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. > Right, as a matter of fact gclient sync also runs it (but there is nothing we can do about it). Mind updating the doc? You can submit a PR to crosswalk-website repo. > > - R > _______________________________________________ > Crosswalk-dev mailing list > [email protected] > https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev > -- Alexis Menard
_______________________________________________ Crosswalk-dev mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
