Closed GoogleCodeExporter closed 9 years ago
I havent tried personally, but I would start with the android for arm
instructions, then look at how chromium for android builds. I think you just
change the arch.
Its on my todo list to document both intel and mips builds, so thats for
opening the bug.
Original comment by fbarch...@google.com
on 28 Oct 2014 at 5:38
I think you can change the application.mk file:
APP_ABI := x86
Original comment by tuy...@gmail.com
on 29 Oct 2014 at 9:06
Updated Getting Started for Android:
GYP_DEFINES="OS=android target_arch=ia32" GYP_CROSSCOMPILE=1 ./gyp_libyuv -f
ninja --depth=. libyuv_test.gyp
ninja -j7 -C out/Debug libyuv_unittest
ninja -j7 -C out/Release libyuv_unittest
Original comment by fbarch...@google.com
on 29 Oct 2014 at 10:13
Original issue reported on code.google.com by
tuy...@gmail.com
on 28 Oct 2014 at 12:54