Skip to content

Fix: Compilation issue causing incompatibility on Android via ADB or Termux#166

Merged
antiagainst merged 1 commit intogoogle:mainfrom
JunePrimavera:main
Sep 3, 2025
Merged

Fix: Compilation issue causing incompatibility on Android via ADB or Termux#166
antiagainst merged 1 commit intogoogle:mainfrom
JunePrimavera:main

Conversation

@JunePrimavera
Copy link
Contributor

As the title says, this is a pretty minor patch to ensure the project can correctly get compiled on Android systems (Through a terminal emulator such as Termux or ADB).

It simply changes a check in the build.rs buildscript to check for either Linux or Android, instead of just Linux. So many ARM devices (Often with their own unique GPUs) use Android and don't support regular Linux distributions, so this is useful for testing on these systems.

@google-cla
Copy link

google-cla bot commented Sep 1, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link
Collaborator

@antiagainst antiagainst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. @JunePrimavera would you mind click through the CLA so I can merge? Thanks.

@JunePrimavera
Copy link
Contributor Author

I have gone through the CLA

@antiagainst antiagainst merged commit c1663a5 into google:main Sep 3, 2025
11 checks passed
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

Comments