aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidBinary.java
Commit message (Expand)AuthorAge
* Move rexed proguard map to top level blaze-bin directory when rex enabledGravatar Googler2017-01-25
* Add the Android resource shrinker log as a file to build when shrinking is pe...Gravatar Andrew Pellegrini2017-01-25
* Delete some dead android rules and tools code.Gravatar Adam Michael2017-01-09
* Clean up RuleContext's attribute access API.Gravatar Greg Estren2016-12-02
* --experimental_android_use_singlejar_for_multidex compresses classes*.dexGravatar Adam Michael2016-11-30
* Adds internal data binding support to Bazel, although thisGravatar Greg Estren2016-11-21
* Adds obfuscated constant string implicit output.Gravatar Googler2016-11-10
* Add support for --keep-main-dex flag to RexGravatar Googler2016-11-02
* Add support for Rex package mapGravatar Googler2016-11-02
* Adds support to aar_import for native libs in /jni.Gravatar Adam Michael2016-10-25
* Multidex uses singlejar instead of zip.Gravatar Adam Michael2016-10-25
* Add a flag to android_binary to allow resource shrinking to be controlled on ...Gravatar Googler2016-10-14
* Desugar Java 8 for Android builds without incremental dexing.Gravatar Googler2016-10-14
* Added support for rex to optionally compress dex files.Gravatar Googler2016-10-12
* Adds SingleJar APK building option behind --use_singlejar_apkbuilder flag.Gravatar Adam Michael2016-10-04
* Read android binary attributes that are queried for incremental dexing artifa...Gravatar Googler2016-09-28
* This change adds two implicit outputs to the AndroidBinary rule that are prod...Gravatar Googler2016-09-20
* Java 8 support for Android builds, initially with incremental dexing only.Gravatar Googler2016-09-19
* Expose aar to Skylark.Gravatar Googler2016-09-09
* Description redacted.Gravatar Adam Michael2016-09-02
* Adds support for ApkSignerTool and APK signature schema v2 behind --apk_signi...Gravatar Adam Michael2016-09-01
* Spam lib/rules/android with @AutoValue. Mostly created byGravatar Googler2016-09-01
* Rollback of commit 8dc4257b9493bd2251636de1271a1972c17919ef.Gravatar Tobias Werth2016-08-30
* Hook up split-up resource processing tools for android_libraryGravatar Googler2016-08-30
* Exclude resources jars from android_library rules from the apk_manifestGravatar Alex Humesky2016-08-27
* Add two implicit outputs to the AndroidBinary rule that are produced by ProGu...Gravatar Googler2016-08-26
* Rollback of commit b5ac354867c4d8deb543285e87e636504078fb69.Gravatar Michael Staib2016-08-25
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Use processed instead of merged manifest in android deploy infoGravatar Googler2016-08-12
* Add android_test#data to android deploy info.Gravatar Googler2016-08-12
* Change android resource shrinking to use the standard Proguard jar artifact.Gravatar Andrew Pellegrini2016-07-27
* RELNOTES: Improve Android split transition handling.Gravatar Googler2016-07-22
* Rollback of commit 270f59b3630ef009f4a3e973581b3fc65a24ecc9.Gravatar Michael Staib2016-07-14
* RELNOTES: Improve Android split transition handling.Gravatar Googler2016-07-12
* Use fast-path compiler for android_binary R.classesGravatar Googler2016-07-11
* --Gravatar Carmi Grushko2016-07-07
* Rollback of commit 588a6a04c748a02f583d552660434d74190bb3ba.Gravatar Florian Weikert2016-07-04
* Add output log for android resource shrinking, following the format produced ...Gravatar Andrew Pellegrini2016-07-04
* Support copy-only native code in modern native support for android_binary.Gravatar Michael Staib2016-06-30
* Collect logic related to extra Proguard outputs in one place.Gravatar Googler2016-06-29
* Adds the Android manifest merger as an option for android_binary rules. The m...Gravatar Andrew Pellegrini2016-06-23
* Remove application_id, version_code and version_name attributes from android_...Gravatar Andrew Pellegrini2016-06-23
* Filegroups can optionally export sources from a given output group.Gravatar Cal Peyser2016-06-23
* Always use android_compiler if android_crosstool_top is set.Gravatar Googler2016-06-13
* Adds a step before creating the resource apk (ap_) to swap out the applicationGravatar Alex Humesky2016-06-13
* Add addMainDexListActionArguments to AndroidSemantics.Gravatar Googler2016-06-13
* Adds the path to the debug keystore to the apk_manifest.Gravatar Alex Humesky2016-06-10
* --Gravatar Googler2016-06-03
* Allow honoring select dexopts in incremental dexingGravatar Googler2016-05-25
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24