aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android
Commit message (Expand)AuthorAge
* Add Android IDL jar outputs.Gravatar Googler2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Tweak the installation order of split APKs so that there is less logcat spam ...Gravatar Lukacs Berki2015-09-25
* Rollback of commit 402d112bc25449f1e690bbbace600bbcda834d24.Gravatar Googler2015-09-24
* Add a main_dex_proguard_specs attribute to android_binary that lets users spe...Gravatar Lukacs Berki2015-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
* Fix ApplicationManifest#generatedManifest bug that would set the package as '...Gravatar Andrew Pellegrini2015-09-24
* Make gen jars output group transitive.Gravatar Googler2015-09-24
* Stop AndroidResourceProcessingAction from creating a "_resources" folder in t...Gravatar Andrew Pellegrini2015-09-22
* Implement support for android_library and android_binary in AndroidStudioInfo...Gravatar Dmitry Lomov2015-09-22
* Unify AndroidLibrary code paths.Gravatar Googler2015-09-21
* 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
* Remove references to the legacy android_resources rule from the Bazel BUILD e...Gravatar Lukacs Berki2015-09-08
* Always inject the runfiles prefix into the Runfiles.Builder.Gravatar Ulf Adams2015-09-03
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Aspects can get information from their base rule.Gravatar Marian Lobur2015-09-02
* Switches AndroidRobolectricTest to using .aars to provide transitive resource...Gravatar Andrew Pellegrini2015-09-01
* Fix Jack's proguard specs.Gravatar Michael Staib2015-08-31
* Remove an unnecessary semicolon.Gravatar Ulf Adams2015-08-28
* Always create a generating action for _proguard.jar, even if no specs are spe...Gravatar Michael Staib2015-08-28
* Fix check for srcs-less android_* rulesGravatar Liam Miller-Cushon2015-08-27
* Expose java_import and android_library information to skylarkGravatar Liam Miller-Cushon2015-08-27
* Copies shared object dependencies when building Android native binaries.Gravatar Michael Staib2015-08-25
* Prefer RuleContext.getFragment over BuildConfiguration.getFragment.Gravatar Ulf Adams2015-08-24
* A prototype implementation of top-level aspects.Gravatar Dmitry Lomov2015-08-20
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Annotate every single rule with required configuration fragments.Gravatar Ulf Adams2015-08-10
* Description redacted.Gravatar Andrew Pellegrini2015-08-04
* Build a symlink tree for Android native library symlinks so that libraries fr...Gravatar Lukacs Berki2015-08-04
* Add "warm" starting to mobile-install.Gravatar Googler2015-08-04
* Rollback of commit 6c2303c461478c6082a29b969e49ad5adb0029aa.Gravatar Andrew Pellegrini2015-08-04
* Make Bazel always build with --fat_apk_cpu.Gravatar Lukacs Berki2015-07-29
* Check that most output artifacts are under a directory determined by the repo...Gravatar Lukacs Berki2015-07-29
* --Gravatar Googler2015-07-29
* Switches AndroidRobolectricTest to using .aars to provide transitive resource...Gravatar Andrew Pellegrini2015-07-29
* Add a command line option to enable incremental installation for Android nati...Gravatar Lukacs Berki2015-07-27
* Use SafeImplicitOutputFunctions for all except the skylark ones.Gravatar Ulf Adams2015-07-23
* Remove some dead code that made Bazel croak on nontrivial Android builds.Gravatar Lukacs Berki2015-07-21
* Make --android_crosstool_top default to the android_ndk_repository specified ...Gravatar Lukacs Berki2015-07-20
* Move Jack's tools into AndroidSdkProvider.Gravatar Michael Staib2015-07-16
* Add an --android_crosstool_top that sets the C++ toolchain to be used for And...Gravatar Lukacs Berki2015-07-13
* Adds a getter for the gen jar.Gravatar Alex Humesky2015-07-13
* Adds an output group for gen jars.Gravatar Alex Humesky2015-07-10
* Make android_binary rules with the application_id= attribute set the correct ...Gravatar Lukacs Berki2015-07-10