bazelbuild/rules_android
Support `emulator/qemu/linux-aarch64/qemu-system-aarch64`
開放
#305 建立於 2022年8月17日
P2feature requestgood first issue
倉庫指標
- 星標
- (202 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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_tools//src/conditions:linux_aarch64": ["emulator/qemu/linux-aarch64/qemu-system-aarch64"],
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)