bazelbuild / bazelbuild/rules_android

Support `emulator/qemu/linux-aarch64/qemu-system-aarch64`

Open
#305 0 comments 1 reaction 0 assignees View on GitHub
feature request good first issue P2
Dominant language
Java
Stars
203
Forks
95
PR merge metrics
No merged PRs in 30d

Description

### Description of the bug:

when `emulator/qemu/linux-aarch64/qemu-system-aarch64` exists in the android SDK on arm linux, bazel doesn't find it.

Might need to add something like:
```bazel
"@bazel_tools//src/conditions:linux_aarch64": ["emulator/qemu/linux-aarch64/qemu-system-aarch64"],
```

here:
https://github.com/bazelbuild/bazel/blob/6621495b7510ff9599e103c04907598b672eab9f/src/main/java/com/google/devtools/build/lib/bazel/rules/android/android_sdk_repository_template.txt#L69-L76

### What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

Try to build https://github.com/android/android-test on linux running on apple silicon (ARM)

preview of `linux_aarch64` emulator is available here: https://ci.android.com/builds/branches/aosp-emu-master-dev/grid?

### Which operating system are you running Bazel on?

linux on apple silicon (ARM)

### Have you found anything relevant by searching the web?

Related: https://issuetracker.google.com/issues/242699119

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.