aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android
Commit message (Expand)AuthorAge
* 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
* Avoid crash when the Android stub application is not a Java rule.Gravatar Lukacs Berki2015-06-30
* 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
* Description redacted.Gravatar John Field2015-06-19
* Add a tools/android/jack package to the Bazel tree so that Android rules actu...Gravatar Lukacs Berki2015-06-17
* Default Android dependencies to a //external: label with a default binding to...Gravatar Lukacs Berki2015-06-16
* Adds a new input and output to resource processing, symbols txt, which will b...Gravatar Googler2015-06-16
* Remove the debug_key attribute from android_binary and the associated -ks arg...Gravatar Lukacs Berki2015-06-16
* Don't crash if a Java rule has multiple of the same resource.Gravatar Michael Staib2015-06-15
* Adds the JackAspect for Jack support for Java dependencies.Gravatar Michael Staib2015-06-15
* Various odds and ends in preparation for adding the Android rules to BazelRul...Gravatar Lukacs Berki2015-06-12
* Bugfix: actually link in the split stub application for "blaze mobile-install...Gravatar Lukacs Berki2015-06-11
* Perform resource path munging at the provider level.Gravatar Michael Staib2015-06-11
* Merges class jars specified as srcs into the android library class jar in ord...Gravatar Andrew Pellegrini2015-06-10
* Enable AndroidBinary to dex with Jack.Gravatar Michael Staib2015-06-10
* Changes zip filtering of the test APK to use the last jar before dexing from ...Gravatar Googler2015-06-08
* Rollback of commit 25f07c5f1ae826d748a4dac61f3adf3deb4edc8f.Gravatar Googler2015-06-08
* Add the JackCompilationHelper to Bazel.Gravatar Michael Staib2015-06-08
* Rollback of unknown previous commit.Gravatar Googler2015-06-05
* Remove the dynamic tool launcher, now that the android tools are static.Gravatar Googler2015-06-05
* Use the -nf option of ApkBuilder (which is available in the Android SDK) inst...Gravatar Lukacs Berki2015-06-01
* Changes the android rules to invoke jarjar directly instead of through a script.Gravatar Alex Humesky2015-06-01
* Use an aspect to calculate the Android neverlink libraries.Gravatar Lukacs Berki2015-05-29
* Add options for Android compilation with Jack.Gravatar Michael Staib2015-05-29
* RELNOTES: Attribute error messages related to Android resources are easier to...Gravatar Philipp Wollermann2015-05-27
* Adds tools for building Android apps.Gravatar Alex Humesky2015-05-27
* Add the contents of the main_dex_list attribute to the command line of the ma...Gravatar Lukacs Berki2015-05-21
* 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