index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tools
/
android
/
android_sdk_repository_template.bzl
Commit message (
Expand
)
Author
Age
*
Support legacy multidex.
ajmichael
2018-02-05
*
Stop setting annotations_jar in Bazel android_sdk.
ajmichael
2018-01-26
*
Stop bundling proguard.jar from android sdk into our integration tests.
ajmichael
2018-01-25
*
Pass the correct path of aapt_binary and merge its data runfiles into android...
jingwen
2018-01-23
*
Clean up Windows config_settings
Yun Peng
2018-01-12
*
Add aapt2 to the filegroup of integration test dependencies.
ajmichael
2017-12-05
*
Add aapt2 to Bazel-generated android_sdks.
ajmichael
2017-10-18
*
Use bundled proguard 5.3.3 instead of 4.7 from the SDK
ajmichael
2017-10-06
*
Limit //external:android_sdk_for_testing to only the minimum files needed.
ajmichael
2017-09-27
*
Make android_sdk_repository resilient to prerelease and malformed system images
ajmichael
2017-09-06
*
Remove resource_extractor from Bazel's android_sdk rules.
ajmichael
2017-08-31
*
Windows, Android: update android_sdk_repository
Laszlo Csomor
2017-06-28
*
Make android_sdk_repository generate filegroups containing system image files...
ajmichael
2017-04-12
*
Remove apkbuilder from Bazel's android_sdk.
ajmichael
2017-04-06
*
Remove jack tools from Bazel.
ajmichael
2017-04-05
*
Add emulator_images_%s filegroups for Bazel Android devices.
Adam Michael
2017-03-15
*
Rollback of commit 932d1abfa34267a9e5abc7441c9e2a081beedd85.
Adam Michael
2017-02-02
*
Rollback of commit 06072c557290b97cb2d2e4fd255b647a9208cb5c.
Yun Peng
2017-02-01
*
Make android_sdk_repository discover all system-images directories in the sdk.
Adam Michael
2017-02-01
*
Make android_sdk_repository create one android_sdk per api level in the SDK.
Adam Michael
2017-01-12
*
Rollback of commit 14e35546302a48d1074bc2456ef4d63c27c9d3a1.
Adam Michael
2016-12-07
*
Bazel uses apksigner from SDK build-tools instead of embedded jar.
Adam Michael
2016-12-06
*
Rollback of commit f699b502ef6a57dc68570486191ad1c318e8fd1b.
Adam Michael
2016-12-01
*
Delete old targets from android_sdk_repository_template.bzl
Adam Michael
2016-11-30
*
Open source resource_extractor.py for singlejar apk building.
Adam Michael
2016-11-16
*
Make android_integration_test run again!
Adam Michael
2016-10-27
*
Explicitly specify the directories in the Android SDK needed for tests.
Adam Michael
2016-10-12
*
Add BUILD target for bazel apksigner and BUILD.tools so that it can be used in
Adam Michael
2016-09-02
*
Add external reference for android customtabs
Simon Horlick
2016-08-25
*
Replace #!/bin/bash -eu with #!/bin/bash and "set -eu". Otherwise, the "-eu" ...
Philipp Wollermann
2016-06-21
*
Make Android rules/tests refer to the correct runfiles paths
Kristina Chodorow
2016-05-31
*
Global cleanup change.
Michael Staib
2016-05-11
*
Distinguish between the build tools version and the build tools directory in ...
Alex Humesky
2016-05-09
*
Add the workspace name to the SDK path
Kristina Chodorow
2016-04-25
*
Adds the 64 bit library directory for aapt, aidl, and zipalign, which was added
Alex Humesky
2016-04-08
*
Correct Bazel's google_play_services built-in custom_package definition, as i...
Todd Jeffreys
2016-03-25
*
Change android_sdk_repository to use a Skylark-based template.
Michael Staib
2016-03-25