diff --git a/src/main/java/com/google/devtools/build/lib/bazel/rules/android/android_sdk_repository_template.txt b/src/main/java/com/google/devtools/build/lib/bazel/rules/android/android_sdk_repository_template.txt index c8861c9ec757f2..07381cb82d3023 100644 --- a/src/main/java/com/google/devtools/build/lib/bazel/rules/android/android_sdk_repository_template.txt +++ b/src/main/java/com/google/devtools/build/lib/bazel/rules/android/android_sdk_repository_template.txt @@ -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(