Skip to content

Commit

Permalink
Configure @androidsdk//:emulator_x86 and :emulator_arm to point to th…
Browse files Browse the repository at this point in the history
…e unified emulator binary

Fixes #8280

Closes #8282.

Change-Id: If21e2119b0c9baef245412b0e5a0bdcfe270892e
PiperOrigin-RevId: 247489886
  • Loading branch information
jin authored and Copybara-Service committed May 9, 2019
1 parent 235a3f1 commit 85a5a2b
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@ alias(
actual = "emulator/emulator",
)

# emulator v29+ removed the arm and x86 specific binaries.
# Keeping these aliases around for backwards compatibility.
alias(
name = "emulator_arm",
actual = "emulator/emulator64-arm",
actual = "emulator/emulator",
)

alias(
name = "emulator_x86",
actual = "emulator/emulator64-x86",
actual = "emulator/emulator",
)

filegroup(
Expand Down

0 comments on commit 85a5a2b

Please sign in to comment.