1. 441dc76 Support legacy multidex. by ajmichael · 7 years ago
  2. eefdecd Stop setting annotations_jar in Bazel android_sdk. by ajmichael · 7 years ago
  3. bc4f5c4 Stop bundling proguard.jar from android sdk into our integration tests. by ajmichael · 7 years ago
  4. 96a9a2b Pass the correct path of aapt_binary and merge its data runfiles into android_instrumentation_test's runfiles. by jingwen · 7 years ago
  5. c924cf6 Clean up Windows config_settings by Yun Peng · 7 years ago
  6. 5a163fb Add aapt2 to the filegroup of integration test dependencies. by ajmichael · 7 years ago
  7. 0f8a9b8 Add aapt2 to Bazel-generated android_sdks. by ajmichael · 7 years ago
  8. a784c8f Use bundled proguard 5.3.3 instead of 4.7 from the SDK by ajmichael · 7 years ago
  9. 95ce534 Limit //external:android_sdk_for_testing to only the minimum files needed. by ajmichael · 8 years ago
  10. 87f4097 Make android_sdk_repository resilient to prerelease and malformed system images by ajmichael · 8 years ago
  11. a120c5c Remove resource_extractor from Bazel's android_sdk rules. by ajmichael · 8 years ago
  12. fe037f3 Windows, Android: update android_sdk_repository by Laszlo Csomor · 8 years ago
  13. 8d876cf Make android_sdk_repository generate filegroups containing system image files for all android system images installed in the SDK. For system images that are not installed, create genrule "poison pills" that print a helpful error message if you attempt to build them. by ajmichael · 8 years ago
  14. 2a6b8ed Remove apkbuilder from Bazel's android_sdk. by ajmichael · 8 years ago
  15. 94ed1b3 Remove jack tools from Bazel. by ajmichael · 8 years ago
  16. 0b74113 Add emulator_images_%s filegroups for Bazel Android devices. by Adam Michael · 8 years ago
  17. ee9a300 Rollback of commit 932d1abfa34267a9e5abc7441c9e2a081beedd85. by Adam Michael · 8 years ago
  18. 932d1ab Rollback of commit 06072c557290b97cb2d2e4fd255b647a9208cb5c. by Yun Peng · 8 years ago
  19. 06072c5 Make android_sdk_repository discover all system-images directories in the sdk. by Adam Michael · 8 years ago
  20. 43b1d20 Make android_sdk_repository create one android_sdk per api level in the SDK. by Adam Michael · 8 years ago
  21. c4f55ad Rollback of commit 14e35546302a48d1074bc2456ef4d63c27c9d3a1. by Adam Michael · 8 years ago
  22. 978c4a9 Bazel uses apksigner from SDK build-tools instead of embedded jar. by Adam Michael · 8 years ago
  23. 14e3554 Rollback of commit f699b502ef6a57dc68570486191ad1c318e8fd1b. by Adam Michael · 8 years ago
  24. f699b50 Delete old targets from android_sdk_repository_template.bzl by Adam Michael · 8 years ago
  25. 732907f Open source resource_extractor.py for singlejar apk building. by Adam Michael · 8 years ago
  26. 8680769 Make android_integration_test run again! by Adam Michael · 8 years ago
  27. 3ea6721 Explicitly specify the directories in the Android SDK needed for tests. by Adam Michael · 8 years ago
  28. f7a022e Add BUILD target for bazel apksigner and BUILD.tools so that it can be used in by Adam Michael · 9 years ago
  29. 0b701b2 Add external reference for android customtabs by Simon Horlick · 9 years ago
  30. a5afe95 Replace #!/bin/bash -eu with #!/bin/bash and "set -eu". Otherwise, the "-eu" is not picked up when you run the scripts manually using "bash script.sh". by Philipp Wollermann · 9 years ago
  31. dc54452 Make Android rules/tests refer to the correct runfiles paths by Kristina Chodorow · 9 years ago
  32. c9d4fae Global cleanup change. by Michael Staib · 9 years ago
  33. 9a21e20 Distinguish between the build tools version and the build tools directory in android_sdk_repository so that preview sdks can be correctly handled. For example, the name in the build-tools directory might be "24.0.0-preview", but its version is actually "24 rc3" from build-tools/24.0.0-preview/source.properties. by Alex Humesky · 9 years ago
  34. 6ba22c0 Add the workspace name to the SDK path by Kristina Chodorow · 9 years ago
  35. b123736 Adds the 64 bit library directory for aapt, aidl, and zipalign, which was added by Alex Humesky · 9 years ago
  36. 262cf37 Correct Bazel's google_play_services built-in custom_package definition, as it is incorrect. by Todd Jeffreys · 9 years ago
  37. ffec352 Change android_sdk_repository to use a Skylark-based template. by Michael Staib · 9 years ago