Files
mozc/docker
Yohei Yukawa e772004b4c Simplify NDK setup in Dockerfile (#1162)
This commit aims to simplify how Android NDK is set up in Dockerfile
without changing any final artifact.

With this commit Android NDK will be directly downloaded then deployed
just by unzipping the archive. As a result we no longer need to install
openjdk-17-jdk package just to run Android SDK setup.

This commit also makes it clear that the build environment for Android
requires Android NDK only. Android SDK and ANDROID_HOME environment
variable are not necessary.

There must be no difference in the final artifact.

PiperOrigin-RevId: 717365459
2025-01-20 14:38:43 +09:00
..