aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidLibrary.java
Commit message (Expand)AuthorAge
* Refactoring the ApplicationManifest for clarity:Gravatar corysmith2017-06-29
* Automated g4 rollback of commit e2edf2e141a09c025a958d580c7cac7b57c70d83.Gravatar Googler2017-05-26
* Automated g4 rollback of commit c78c947e6a8cbb323304f872a3dcabb989a3d76b.Gravatar cpeyser2017-05-23
* Do not retain transitive data in AndroidLocalTestBase.Gravatar Googler2017-05-15
* Make default value of exports_manifest depend on a flag.Gravatar ajmichael2017-05-08
* Expose the native libs of the android_binary rule to skylark.Gravatar Googler2017-04-18
* In android_library targets, R.class files should not be runtime dependenciesGravatar Googler2017-04-18
* Description redacted.Gravatar Adam Michael2017-03-28
* Un-rollback and fix bugs in resource density filteringGravatar Googler2017-03-27
* Rollback of commit bd40871283a54268945dcb0c47c0326645ffda18.Gravatar Googler2017-03-24
* Rollback of commit 1e18045ed9d6ab9c945cec69286a7d8bd288a507.Gravatar Tobias Werth2017-03-23
* Filter android_binary resources by screen density in the analysis phaseGravatar Googler2017-03-22
* Rollback of commit 65a9bc9a79a660291210719862bc194a87311943.Gravatar Googler2017-03-22
* adds feature_of and feature_after attrs to android_binary. these are android_...Gravatar Googler2017-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
* Stop Bazel from crashing on data-bound Android libraries with no resources.Gravatar Greg Estren2017-03-16
* Rollback of commit e450c00bf487c711f9b0615e9eb89980c5732b4a.Gravatar Jon Brandvein2017-03-03
* Inject aidl_lib only to android_library targets that have idl_srcsGravatar Googler2017-03-01
* Filter android_binary resources during analysisGravatar Googler2017-02-24
* Deletes dead code. AndroidNativeLibraryProvider is collected and propagated,Gravatar Alex Humesky2017-01-26
* Rename symbolsTxt to symbols reflecting it's actual usage.Gravatar Googler2017-01-18
* Refactor ResourceContainer: make top level and use AutoValue Builder support.Gravatar Michael Staib2017-01-04
* RELNOTES[NEW]: Add transitive proguard_specs when android_sdk.aidl_lib is spe...Gravatar Googler2016-12-22
* Adds internal data binding support to Bazel, although thisGravatar Greg Estren2016-11-21
* Adds support to aar_import for native libs in /jni.Gravatar Adam Michael2016-10-25
* Blaze support for ExtensionRegistryGenerator.Gravatar Googler2016-09-13
* Expose aar to Skylark.Gravatar Googler2016-09-09
* Spam lib/rules/android with @AutoValue. Mostly created byGravatar Googler2016-09-01
* 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
* Don't provide AARs for deps that are neverlink or that of their transitiveGravatar Googler2016-08-27
* Use fast-path compiler for android_binary R.classesGravatar Googler2016-07-11
* Adds the Android manifest merger as an option for android_binary rules. The m...Gravatar Andrew Pellegrini2016-06-23
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Avoid generating an ap_ file for android_libraryGravatar Googler2016-05-10
* Persist manifest changes made in AndroidResourceProcessingAction back to andr...Gravatar Andrew Pellegrini2016-05-10
* Fixes .aar being created with manifest placeholders ${applicationId} and ${pa...Gravatar Andrew Pellegrini2016-05-09
* [Android] Support aapt-generated main dex specs.Gravatar Googler2016-05-05
* Add JavaSemantics.checkRule to Android rules.Gravatar Greg Estren2016-04-22
* Add a crunch_png attribute to android_binaryGravatar Googler2016-04-18
* Allow android_library with android resource attributes to have deps without s...Gravatar Googler2016-03-11
* Adds ResourceShrinkerAction to android_binary targets if they use Proguard an...Gravatar Andrew Pellegrini2016-03-08
* Make another JavaCommon method static to reduce reliance on mutability.Gravatar Ulf Adams2016-02-23
* Add JavaSkylarkApiProvider to all Java rules.Gravatar Dmitry Lomov2016-02-10
* Export the AndroidManifest.xml from the resource processing. This is an initi...Gravatar Googler2016-01-25
* Fix transitive native library collection in android_libraryGravatar Liam Miller-Cushon2015-12-16
* Remove the unchecked exceptions RuleConfigurationException, InvalidAssetPath ...Gravatar Lukacs Berki2015-12-07
* Fix android_library resources handlingGravatar Googler2015-12-07
* Require that the Android manifest be called AndroidManifest.xmlGravatar Lukacs Berki2015-11-24