mirror of
https://github.com/mii443/mozc.git
synced 2025-12-03 11:18:20 +00:00
Android NDK r28 is released with 16 KiB page size compatibility option enabled by default [1]. Let's update our Dockerfile to make it clear that libmozc.so is compatible with 16 KiB page size. [1]: https://github.com/android/ndk/releases/tag/r28 PiperOrigin-RevId: 725115333