Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract out Android build instructions #1191

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

yukawa
Copy link
Collaborator

@yukawa yukawa commented Feb 18, 2025

Description

This is the first part towards removing the dependency on Docker from our build instructions for Linux desktop and Android.

This commit makes it clear that you can build 'libmozc.so' on both Linux and macOS by the same Bazel command with actually demonstrating it in .github/workflows/android.yaml that libmozc.so can be built on both Linux and macOS GitHub Actions runners.

With above our Dockerfile can stop setting up Android NDK since build_mozc_in_docker.md does not mention Android any more.

This commit is only about the build instructions of libmozc.so for Android. There must be no difference in the final artifacts.

Issue IDs

Steps to test new behaviors (if any)

  • OS: Linux and macOS
  • Steps:
    1. .Confirm you can build libmozc.so for Android

This is the first part towards removing the dependency on Docker from
our build instructions for Linux desktop and Android (google#1181).

This commit makes it clear that you can build 'libmozc.so' on both Linux
and macOS by the same Bazel command with actually demonstrating it in

  .github/workflows/android.yaml

that 'libmozc.so' can be built on both Linux and macOS GitHub Actions
runners.

With above our 'Dockerfile' can stop setting up Android NDK since
'build_mozc_in_docker.md' does not mention Android any more.

This commit is only about the build instructions of 'libmozc.so' for
Android. There must be no difference in the final artifacts.
@hiroyuki-komatsu hiroyuki-komatsu merged commit f215eaf into google:master Feb 21, 2025
1 check passed
@yukawa yukawa deleted the build_mozc_for_android branch February 21, 2025 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants