This depends if you build the library for x86 or another architecture.
For example for x86, as shared library not stripped : 332K
And stripped for the same platform : 252K
For ARMv7 instruction set you have : 312K unstripped and 208K stripped. Instructions codes are smaller in ARM than on x86 :)
Cheers,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does anywhere the size of the library mentioned ? I could not find it.
This depends if you build the library for x86 or another architecture.
For example for x86, as shared library not stripped : 332K
And stripped for the same platform : 252K
For ARMv7 instruction set you have : 312K unstripped and 208K stripped. Instructions codes are smaller in ARM than on x86 :)
Cheers,