katepanping / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

android a64 build - upgrade chromium deps #360

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To build for android 64 bit, the following should work:
GYP_DEFINES="OS=android target_arch=arm64" ./gyp_libyuv && ninja -C out/Debug

This CL switchs to chromium git runhooks
https://webrtc-codereview.appspot.com/24619004/

Original issue reported on code.google.com by fbarch...@chromium.org on 17 Sep 2014 at 1:19

GoogleCodeExporter commented 9 years ago
GYP is fixed in r1089. Compilation fails though, but I assume that's out of the 
scope of this bug?

Original comment by kjellan...@google.com on 23 Sep 2014 at 6:09