facebookincubator/fizz

ios or android support?

xiazhouquan opened this issue · 2 comments

How can i build fizz support ios and android by static library,is it possible?

Fizz is used in production on ios/android, so I can attest it definitely works on those platforms.

Since Fizz is a CMake project, it should be simply a matter of setting up the appropriate toolchain file (pointing to the iOS, Android cross compilers + headers).

See: https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html

thank you ,I will try it!