aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android
Commit message (Expand)AuthorAge
* Disallow proto_library deps for android_* rules.Gravatar Greg Estren2017-01-18
* Rename symbolsTxt to symbols reflecting it's actual usage.Gravatar Googler2017-01-18
* Add the output_licenses attribute to java_toolchain and make Bazel use it whe...Gravatar Lukacs Berki2017-01-17
* Rollback of commit 117197000692fd7391962ef968228a31bf97399a.Gravatar Adam Michael2017-01-13
* Rollback of commit 7fc35ae6890f4130b4d99a6c5007dcee91c5a8cc.Gravatar Marcel Hlopko2017-01-12
* Add a java_{library,binary}.resource_jars attribute that allows one to specif...Gravatar Lukacs Berki2017-01-12
* aar_import provides JavaCompilationArgsProvider for DexArchiveAspect.Gravatar Adam Michael2017-01-12
* Finish removing experimental_use_rclass_generator flagGravatar Googler2017-01-10
* Delete some dead android rules and tools code.Gravatar Adam Michael2017-01-09
* RELNOTES: Default --android_dynamic_mode to off.Gravatar Googler2017-01-09
* Updates Android flag documentation.Gravatar Alex Humesky2017-01-09
* Refactor ResourceContainer: make top level and use AutoValue Builder support.Gravatar Michael Staib2017-01-04
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Refactor JavaSkylarkApiProvider to source its info from passed-in providers i...Gravatar Googler2017-01-03
* RELNOTES[NEW]: Add transitive proguard_specs when android_sdk.aidl_lib is spe...Gravatar Googler2016-12-22
* Exposes the Android split transition configuration to Skylark.Gravatar Alex Humesky2016-12-22
* Stop passing --no-locals to dx for coverage buildsGravatar Liam Miller-Cushon2016-12-22
* Update call sites to FileWriteAction to use the --experimental_transparent_co...Gravatar Jon Brandvein2016-12-20
* Improve the error message for when bazel can't determine the java package for...Gravatar Alex Humesky2016-12-16
* RELNOTES[NEW]: Allow Android aidl tool to add a jar to the program's classpat...Gravatar Googler2016-12-16
* Fix doc typo.Gravatar Alex Humesky2016-12-13
* Document aar_import in Bazel.Gravatar Adam Michael2016-12-13
* Rollback of commit 67b4d5250edcefa7220e928e529b1f385e2dc464.Gravatar Alex Humesky2016-12-06
* Make aar_import always process the resources.Gravatar Adam Michael2016-12-06
* Delete ANDROID_LIBRARY_AAR_CLASSES_JAR implicit outputGravatar Googler2016-12-05
* Fix bug with java_import desugaring and incremental dexing for Android whenGravatar Googler2016-12-05
* Clean up RuleContext's attribute access API.Gravatar Greg Estren2016-12-02
* Allow aspects to specify multiple sets of required providers to match against...Gravatar Rumou Duan2016-12-01
* Start removing flag for rclass generator (make nop)Gravatar Googler2016-12-01
* --experimental_android_use_singlejar_for_multidex compresses classes*.dexGravatar Adam Michael2016-11-30
* Provide AspectDescriptor to ConfiguredAspect.Gravatar Dmitry Lomov2016-11-29
* Move some actions to language-specific packages, where they belong.Gravatar Lukacs Berki2016-11-23
* try using default bootclasspath for android desugaring if JavaCompilationInfo...Gravatar Googler2016-11-22
* Adds internal data binding support to Bazel, although thisGravatar Greg Estren2016-11-21
* Pass direct jars to Jack.Gravatar Michael Staib2016-11-21
* Respect --incremental_dexing flag in host configuration.Gravatar Googler2016-11-17
* Changing constructor of JavaCompilationHelper and removingGravatar Irina Iancu2016-11-16
* Normalize timestamps inside of APKs built with SingleJar.Gravatar Adam Michael2016-11-16
* aar_import takes advantage of Singlejar's dont_change_compression flag.Gravatar Adam Michael2016-11-16
* aar_import provides jars also via JavaRuntimeJarProvider.Gravatar Adam Michael2016-11-16
* Adds obfuscated constant string implicit output.Gravatar Googler2016-11-10
* aar_import exports AndroidManifest.xml by default.Gravatar Adam Michael2016-11-07
* Change Bazel default android_manifest_merger to android.Gravatar Adam Michael2016-11-04
* Copy android_manifest_merger from target configuration into host configuration.Gravatar Adam Michael2016-11-03
* Rollback of commit 0c6e4cdab3c38f8751fb3b944ccaa53866e4c032.Gravatar Adam Michael2016-11-02
* Add support for --keep-main-dex flag to RexGravatar Googler2016-11-02
* Add support for Rex package mapGravatar Googler2016-11-02
* Change Bazel default android_manifest_merger to android.Gravatar Adam Michael2016-11-02
* Remove old incremental dexing flag that was superseded by --incremental_dexin...Gravatar Googler2016-10-28
* Switch default --apk_signing_method from legacy_v1 to v1.Gravatar Adam Michael2016-10-28