mirror of
https://github.com/mii443/mozc.git
synced 2025-08-22 16:15:46 +00:00
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