aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidConfiguration.java
Commit message (Expand)AuthorAge
* Fix check for srcs-less android_* rulesGravatar Liam Miller-Cushon2015-08-27
* Make Bazel always build with --fat_apk_cpu.Gravatar Lukacs Berki2015-07-29
* Add a command line option to enable incremental installation for Android nati...Gravatar Lukacs Berki2015-07-27
* Make --android_crosstool_top default to the android_ndk_repository specified ...Gravatar Lukacs Berki2015-07-20
* Add an --android_crosstool_top that sets the C++ toolchain to be used for And...Gravatar Lukacs Berki2015-07-13
* Do not load any Android tool unconditionally. We are loading them now as vani...Gravatar Lukacs Berki2015-07-02
* Make the "actual" argument of bind() optional and do not point //external:and...Gravatar Lukacs Berki2015-07-01
* Eliminate BuildConfiguration.getShortName().Gravatar Lukacs Berki2015-06-29
* Remove references to all Android tools from AndroidConfiguration.Gravatar Lukacs Berki2015-06-29
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Remove support for non-android_sdk Android SDKs.Gravatar Lukacs Berki2015-06-24
* Default Android dependencies to a //external: label with a default binding to...Gravatar Lukacs Berki2015-06-16
* Various odds and ends in preparation for adding the Android rules to BazelRul...Gravatar Lukacs Berki2015-06-12
* Add options for Android compilation with Jack.Gravatar Michael Staib2015-05-29
* Have ConfiguredTargetFactory subclasses declare which FragmentOptionsGravatar Greg Estren2015-05-21
* Move the source code of the Android rules to the Bazel tree.Gravatar Lukacs Berki2015-05-19