aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidBinary.java
Commit message (Expand)AuthorAge
* support hidden --java_optimization_mode flag in java_test rule.Gravatar Googler2016-01-18
* Simplifies passing the debug key to ApkBuilder.Gravatar Alex Humesky2016-01-12
* --Gravatar Googler2015-12-21
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Remove the unchecked exceptions RuleConfigurationException, InvalidAssetPath ...Gravatar Lukacs Berki2015-12-07
* add option to provide proguard specs on blaze command lineGravatar Googler2015-11-25
* Require that the Android manifest be called AndroidManifest.xmlGravatar Lukacs Berki2015-11-24
* add optimization modes that require implicit proguard specGravatar Googler2015-11-24
* Makes resources defined locally on an android_library rule respect the neverl...Gravatar Andrew Pellegrini2015-11-19
* Add bazel flag to control how proguard runsGravatar Googler2015-11-17
* Clean up JavaCommon constructorsGravatar Googler2015-11-06
* Add support for proguard's -applymapping option to android_binary.Gravatar Googler2015-11-03
* Moves -printmapping to the end of the Proguard arguments list.Gravatar Michael Staib2015-10-30
* Trying again with checking for the presence of the "resources" attribute and ...Gravatar Googler2015-10-21
* Automated [] rollback of [].Gravatar Eric Fellheimer2015-10-20
* Trying again with checking for the presence of the "resources" attribute.Gravatar Googler2015-10-19
* []Rollback of commit 65425810207c9fd6892abfaa95da65e25db5e515.Gravatar Googler2015-10-16
* Change the resource dependency handling to separate between the transitive an...Gravatar Googler2015-10-16
* Allow Java libraries to export and propagate proguard_specs.Gravatar Michael Staib2015-10-06
* 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
* Implement support for android_library and android_binary in AndroidStudioInfo...Gravatar Dmitry Lomov2015-09-22
* 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
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Fix Jack's proguard specs.Gravatar Michael Staib2015-08-31
* Always create a generating action for _proguard.jar, even if no specs are spe...Gravatar Michael Staib2015-08-28
* Prefer RuleContext.getFragment over BuildConfiguration.getFragment.Gravatar Ulf Adams2015-08-24
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Build a symlink tree for Android native library symlinks so that libraries fr...Gravatar Lukacs Berki2015-08-04
* Check that most output artifacts are under a directory determined by the repo...Gravatar Lukacs Berki2015-07-29
* Add a command line option to enable incremental installation for Android nati...Gravatar Lukacs Berki2015-07-27
* Adds gen jar and manifest proto outputs.Gravatar Alex Humesky2015-07-10
* Avoid crash when the Android stub application is not a Java rule.Gravatar Lukacs Berki2015-06-30
* Remove references to all Android tools from AndroidConfiguration.Gravatar Lukacs Berki2015-06-29
* 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
* 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
* 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
* 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 unknown previous commit.Gravatar Googler2015-06-05