barteksc / PdfiumAndroid

pdfium for android( >= API 14 ) binding
Other
500 stars 214 forks source link

[Android 15 16KB]Where do the dependent pre-built native libraries come from? #95

Open robinshi-mega opened 1 month ago

robinshi-mega commented 1 month ago

To be able to use this library under Android 15 with 16KB page size enabled, we'd like to rebuild this library, so we could use the library on an Android 15 device with 16KB page size enabled. But It is hard to find out where the 3 pre-built native libraries come from... If anyone can give any clue, that will be much appreciated! Thanks.

kkrol2 commented 2 weeks ago

@robinshi-mega have you managed to rebuild it by any chance? It seems that it might be difficult to find source for libmodft2.so

robinshi-mega commented 2 weeks ago

@kkrol2 thanks. I haven't yet. :( I guess libmodft2 might be the FreeType2(https://freetype.org/).