aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidRuleClasses.java
Commit message (Expand)AuthorAge
* Rename bazel-user-manual.html into user-manual.htmlGravatar dmarting2017-09-04
* Remove resource_extractor attribute from the android_sdk rule.Gravatar jingwen2017-09-01
* Fixed typo errors in doc: s/of/off, s/tarets/targetsGravatar jingwen2017-08-31
* Add support for Proguard's -obfuscationdictionary command line parameter with...Gravatar Googler2017-08-30
* RELNOTES: Allow java_lite_proto_library in the deps of android rules.Gravatar ajmichael2017-08-23
* Remove FeaturePolicyConfiguration et al. in favor of the new Whitelisting.Gravatar mstaib2017-08-22
* android_library can be used in the resources attributeGravatar Googler2017-08-16
* 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