mapbox / mapbox-gl-native

Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
https://mapbox.com/mobile
Other
4.35k stars 1.33k forks source link

How to generate a shared library? #16542

Open Adraesh opened 3 years ago

Adraesh commented 3 years ago

I forked mapbox-gl-native, I modified some native code and I would like to build a shared library iex: for Android (.so).

It seems that I always end up with a static library after building libmbgl-core.a

Thank you in advance.