aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/android/android_sdk_repository_template.bzl
Commit message (Expand)AuthorAge
* Update android_sdk system_image support to include 27 and 28.Gravatar jingwen2018-07-03
* Add bazel rules for referencing android.test APIs when using android-28.Gravatar Googler2018-06-21
* Format all bzl files with buildifierGravatar vladmos2018-06-01
* Support legacy multidex.Gravatar ajmichael2018-02-05
* Stop setting annotations_jar in Bazel android_sdk.Gravatar ajmichael2018-01-26
* Stop bundling proguard.jar from android sdk into our integration tests.Gravatar ajmichael2018-01-25
* Pass the correct path of aapt_binary and merge its data runfiles into android...Gravatar jingwen2018-01-23
* Clean up Windows config_settingsGravatar Yun Peng2018-01-12
* Add aapt2 to the filegroup of integration test dependencies.Gravatar ajmichael2017-12-05
* Add aapt2 to Bazel-generated android_sdks.Gravatar ajmichael2017-10-18
* Use bundled proguard 5.3.3 instead of 4.7 from the SDKGravatar ajmichael2017-10-06
* Limit //external:android_sdk_for_testing to only the minimum files needed.Gravatar ajmichael2017-09-27
* Make android_sdk_repository resilient to prerelease and malformed system imagesGravatar ajmichael2017-09-06
* Remove resource_extractor from Bazel's android_sdk rules.Gravatar ajmichael2017-08-31
* Windows, Android: update android_sdk_repositoryGravatar Laszlo Csomor2017-06-28
* Make android_sdk_repository generate filegroups containing system image files...Gravatar ajmichael2017-04-12
* Remove apkbuilder from Bazel's android_sdk.Gravatar ajmichael2017-04-06
* Remove jack tools from Bazel.Gravatar ajmichael2017-04-05
* Add emulator_images_%s filegroups for Bazel Android devices.Gravatar Adam Michael2017-03-15
* Rollback of commit 932d1abfa34267a9e5abc7441c9e2a081beedd85.Gravatar Adam Michael2017-02-02
* Rollback of commit 06072c557290b97cb2d2e4fd255b647a9208cb5c.Gravatar Yun Peng2017-02-01
* Make android_sdk_repository discover all system-images directories in the sdk.Gravatar Adam Michael2017-02-01
* Make android_sdk_repository create one android_sdk per api level in the SDK.Gravatar Adam Michael2017-01-12
* Rollback of commit 14e35546302a48d1074bc2456ef4d63c27c9d3a1.Gravatar Adam Michael2016-12-07
* Bazel uses apksigner from SDK build-tools instead of embedded jar.Gravatar Adam Michael2016-12-06
* Rollback of commit f699b502ef6a57dc68570486191ad1c318e8fd1b.Gravatar Adam Michael2016-12-01
* Delete old targets from android_sdk_repository_template.bzlGravatar Adam Michael2016-11-30
* Open source resource_extractor.py for singlejar apk building.Gravatar Adam Michael2016-11-16
* Make android_integration_test run again!Gravatar Adam Michael2016-10-27
* Explicitly specify the directories in the Android SDK needed for tests.Gravatar Adam Michael2016-10-12
* Add BUILD target for bazel apksigner and BUILD.tools so that it can be used inGravatar Adam Michael2016-09-02
* Add external reference for android customtabsGravatar Simon Horlick2016-08-25
* Replace #!/bin/bash -eu with #!/bin/bash and "set -eu". Otherwise, the "-eu" ...Gravatar Philipp Wollermann2016-06-21
* Make Android rules/tests refer to the correct runfiles pathsGravatar Kristina Chodorow2016-05-31
* Global cleanup change.Gravatar Michael Staib2016-05-11
* Distinguish between the build tools version and the build tools directory in ...Gravatar Alex Humesky2016-05-09
* Add the workspace name to the SDK pathGravatar Kristina Chodorow2016-04-25
* Adds the 64 bit library directory for aapt, aidl, and zipalign, which was addedGravatar Alex Humesky2016-04-08
* Correct Bazel's google_play_services built-in custom_package definition, as i...Gravatar Todd Jeffreys2016-03-25
* Change android_sdk_repository to use a Skylark-based template.Gravatar Michael Staib2016-03-25