aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidRuleClasses.java
Commit message (Expand)AuthorAge
* Rename the aapt2 library to .apk, which is what aapt2 expects for static libr...Gravatar corysmith2017-08-11
* Define an outgoing rule transition interface.Gravatar gregce2017-07-27
* Make $jarjar_bin point to //tools/android:jarjar_bin.Gravatar ajmichael2017-07-24
* Fold AndroidAaptBaseRule into AndroidBaseRule.Gravatar ajmichael2017-07-21
* RELNOTES: Ignore --glibc in the Android transition.Gravatar Googler2017-07-19
* Clean up ConfigFeatureFlagProvider.Gravatar mstaib2017-07-19
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* RELNOTES: Add option for Android specific grte_topGravatar Googler2017-07-06
* Refactor PrinterGravatar vladmos2017-07-03
* Remove resource_extractor from android_sdk rule.Gravatar ajmichael2017-06-29
* Enabling Aapt2 processing:Gravatar corysmith2017-06-26
* Simplify data binding documentation.Gravatar gregce2017-06-16
* Adds the resource class jar to the implicit outputs of android_libraryGravatar Googler2017-06-07
* Add manifest_merger and manifest_values attributes to android_test to allow m...Gravatar apell2017-05-10
* Create new android_device_script_fixture rule.Gravatar ajmichael2017-05-05
* Remove jack and jill attributes of android_sdk.Gravatar ajmichael2017-04-26
* Expose Bazel's Android data binding support to users.Gravatar gregce2017-04-18
* Add feature_flags attribute to Android binary rules.Gravatar mstaib2017-04-13
* Remove jack support and make jack/jill attributes of android_sdk optional.Gravatar ajmichael2017-04-04
* Open source android_device rule.Gravatar ajmichael2017-03-31
* Make apkbuilder attribute of android_sdk optional.Gravatar ajmichael2017-03-31
* introduce hidden flag to configure bytecode optimizersGravatar Kevin Bierhoff2017-03-27
* Rollback of commit bd40871283a54268945dcb0c47c0326645ffda18.Gravatar Googler2017-03-24
* adds feature_of and feature_after attrs to android_binary. these are android_...Gravatar Googler2017-03-21
* --Gravatar Adam Michael2017-03-21
* Rollback of commit a58f245a4b40c0ef961b1f30d96b16a9349711c3.Gravatar Tobias Werth2017-03-20
* Move library R generation to a separate action, ensuring the merging happensGravatar Googler2017-03-20
* Incrementally dex any Android IDL runtime libraryGravatar Googler2017-02-23
* Rollback of commit 602a98cbebeff2ba1c2d8605a9552b2c8f5622ae.Gravatar Googler2017-02-09
* Rollback of commit d11d510c571b10787856395709f9ad945ca70bb2.Gravatar Alex Humesky2017-02-08
* Move all the resource processing tools into a "busybox".Gravatar Googler2017-02-08
* Add the Android resource shrinker log as a file to build when shrinking is pe...Gravatar Andrew Pellegrini2017-01-25
* Rollback of commit 283b60a0c93b8ed9659fe6d97592202170946dd7.Gravatar Adam Michael2017-01-25
* Add attributes to android_sdk rule so that they will be available for open so...Gravatar Googler2017-01-25
* Add getImplicitOutputArtifact to BuildViewTestCase. This vastly simplifiesGravatar Googler2017-01-23
* 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
* Delete some dead android rules and tools code.Gravatar Adam Michael2017-01-09
* Exposes the Android split transition configuration to Skylark.Gravatar Alex Humesky2016-12-22
* RELNOTES[NEW]: Allow Android aidl tool to add a jar to the program's classpat...Gravatar Googler2016-12-16
* Delete ANDROID_LIBRARY_AAR_CLASSES_JAR implicit outputGravatar Googler2016-12-05
* Add support for Rex package mapGravatar Googler2016-11-02
* Switch default --apk_signing_method from legacy_v1 to v1.Gravatar Adam Michael2016-10-28
* 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
* RELNOTES: Create a flag --android_dynamic_mode to turn off dynamic mode durin...Gravatar Googler2016-10-10
* patch bootclasspath to allow javac to compile lambdas and method references i...Gravatar Googler2016-09-28
* Moves multidex attribute up the rule inheritance hierarchy.Gravatar Alex Humesky2016-09-22
* Java 8 support for Android builds, initially with incremental dexing only.Gravatar Googler2016-09-19