aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidCommon.java
Commit message (Expand)AuthorAge
* Implement the prefix stripping for Java resources.Gravatar Lukacs Berki2015-10-06
* Filter idl sources from AndroidStudioInfoAspect.Gravatar Googler2015-09-30
* Add Android aspect ijar support.Gravatar Googler2015-09-30
* Add Android IDL jar outputs.Gravatar Googler2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Rollback of commit 402d112bc25449f1e690bbbace600bbcda834d24.Gravatar Googler2015-09-24
* Rollback of commit 53330510c6ea5cd6257b9981b44e52d15a9e01aa.Gravatar Googler2015-09-24
* Remove gen jar implicit output.Gravatar Googler2015-09-24
* Remove gen jar info from JavaRuleOutputJarsProvider.Gravatar Googler2015-09-24
* Disable --treat_srcjars_as_srcs_for_strict_deps flagGravatar Liam Miller-Cushon2015-09-24
* Make gen jars output group transitive.Gravatar Googler2015-09-24
* Implement support for android_library and android_binary in AndroidStudioInfo...Gravatar Dmitry Lomov2015-09-22
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Make Android rules work againGravatar Lukacs Berki2015-09-08
* Fix check for srcs-less android_* rulesGravatar Liam Miller-Cushon2015-08-27
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Check that most output artifacts are under a directory determined by the repo...Gravatar Lukacs Berki2015-07-29
* Remove some dead code that made Bazel croak on nontrivial Android builds.Gravatar Lukacs Berki2015-07-21
* Move Jack's tools into AndroidSdkProvider.Gravatar Michael Staib2015-07-16
* Adds a getter for the gen jar.Gravatar Alex Humesky2015-07-13
* Adds an output group for gen jars.Gravatar Alex Humesky2015-07-10
* Adds gen jar and manifest proto outputs.Gravatar Alex Humesky2015-07-10
* Remove support for non-android_sdk Android SDKs.Gravatar Lukacs Berki2015-06-24
* Add a tools/android/jack package to the Bazel tree so that Android rules actu...Gravatar Lukacs Berki2015-06-17
* Don't crash if a Java rule has multiple of the same resource.Gravatar Michael Staib2015-06-15
* Perform resource path munging at the provider level.Gravatar Michael Staib2015-06-11
* Enable AndroidBinary to dex with Jack.Gravatar Michael Staib2015-06-10
* Rollback of commit 25f07c5f1ae826d748a4dac61f3adf3deb4edc8f.Gravatar Googler2015-06-08
* Remove the dynamic tool launcher, now that the android tools are static.Gravatar Googler2015-06-05
* 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
* Move the source code of the Android rules to the Bazel tree.Gravatar Lukacs Berki2015-05-19