aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidBinary.java
Commit message (Expand)AuthorAge
* 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
* Use the -nf option of ApkBuilder (which is available in the Android SDK) inst...Gravatar Lukacs Berki2015-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