forked from google/mozc
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
kachaya edited this page Jul 11, 2023
·
10 revisions
Mozc for Androidのビルドで使用するlibmozc.soやpicファイルの作成。
WSLのUbuntu 18.04
- ファイルのやり取りの手間を省くためWSLを使用
- Ubuntu 14.04.4がWSLにない
- 18.04ではpython2が標準
Dockerfileに書かれている手順をマニュアルで行う。
以下、記述中
- openjdk-7はopendjk-8に読み替える
- NaCl SDK関係は不要
- mozc/srcディレクトリに移動
- python build_mozc.py clean --target_platform=Android
- python build_mozc.py gyp --target_platform=Android --android_arch=arm64
- python build_mozc.py build -c Debug android/android.gyp:adt_apk_dependencies