#author("2021-05-28T09:41:12+09:00","default:ichinomoto","ichinomoto") #author("2021-05-28T09:59:54+09:00","default:ichinomoto","ichinomoto") [[tmp]] *mozc [#p1e3f2c9] https://github.com/google/mozc **android用ビルド [#p552f766] hash afb03ddfe72dde4cf2409863a3bfea160f7a66d8 をcheckoutしてdockerを使う。 [[https://github.com/google/mozc/tree/afb03ddfe72dde4cf2409863a3bfea160f7a66d8]] [[https://github.com/google/mozc/blob/afb03ddfe72dde4cf2409863a3bfea160f7a66d8/docker/ubuntu14.04/Dockerfile#L67]] そのままだとこのNaCLの部分でエラーになる。不要なのでコメントアウトする。 mkdir ubuntu14.04 && cd ubuntu14.04 cp mozc/docker/ubuntu14.04/Dockerfile . sudo docker build --rm -t $USER/mozc_ubuntu14.04 . sudo docker run --interactive --tty --rm $USER/mozc_ubuntu14.04 current directoryをmount状態で起動する場合 sudo docker run --rm -v $(pwd):/home/mozc_builder/work/host -it $USER/mozc_ubuntu14.04 bash dockerで python build_mozc.py gyp --target_platform=Android python build_mozc.py build -c Debug android/android.gyp:apk python build_mozc.py build -c Release android/android.gyp:apk **配列追加 [#xa261b13] [[https://github.com/google/mozc/tree/afb03ddfe72dde4cf2409863a3bfea160f7a66d8/src/android/static_resources/resources_oss/res/xml]] このあたりを改造するのが楽