Add linux qemu-system-aarch64 binary.

This patch adds the linux-x86_64 binary required to emulate ARM64
properly, using binaries built from qemu-android.

Rebuild instructions:

  AOSP=/path/to/aosp
  EMULATOR_PREBUILTS=$AOSP/prebuilts/android-emulator
  cd /tmp
  git clone https://qemu-android.googlesource.com/qemu-android
  git clone https://qemu-android.googlesource.com/qemu-ranchu

  qemu-ranchu/scripts/rebuild.sh /tmp/qemu-android $AOSP
  mkdir $EMULATOR_PREBUILTS/qemu
  cp -r /tmp/qemu-ranchu/binaries/linux-x86_64 $EMULATOR_PREBUILTS/qemu/

NOTE: The binary is picked up automatically by the 'emulator' binary
      when the target AVD uses the arm64-v8a ABI (or arm64 CPU).

Change-Id: Ibfe5831ec20119f37938f96f24f33907402297d1
1 file changed
tree: a0ec1c45091b5460b455d8767794a9daa8aaa0d6
  1. darwin-x86_64/
  2. linux-x86_64/
  3. .gitignore
  4. README