aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android
Commit message (Expand)AuthorAge
* 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
* Update Bazel native rule documentation to use new ${link} syntax.Gravatar David Chen2016-05-20
* Rollback of commit 9f046cba37de6088b2f81717bc263889a5146d86.Gravatar Googler2016-05-19
* Rollback of commit e37c55eccbd4516b2db7aaf58ef95209dfad3ed4.Gravatar Ulf Adams2016-05-19
* Rollback of commit b8946eabd60a199a66a1892701d52d9801c7fb1a.Gravatar Ulf Adams2016-05-18
* Add attribute to android binaries to explicitly control incremental dexing.Gravatar Googler2016-05-17
* Honor a whitelist of dx flags in incremental dexingGravatar Googler2016-05-16
* Adds configuration fragment requirements for AndroidNeverlinkAspect.Gravatar Michael Staib2016-05-16
* Finally remove the android_jack attribute from android_sdk.Gravatar Michael Staib2016-05-13
* Fix NullPointerException when using android resource shrinking with an incomp...Gravatar Andrew Pellegrini2016-05-12
* 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
* With incremental dexing copy java resources from deploy jar into APKs (instea...Gravatar Googler2016-05-06
* [Android] Support aapt-generated main dex specs.Gravatar Googler2016-05-05
* Fix manifest_values.applicationId not being picked up by ApplicationManifest#...Gravatar Andrew Pellegrini2016-05-04
* Skip building JackAspect when the base rule already provides Jack libraries.Gravatar Michael Staib2016-05-03
* Rollback of commit 140634eccee693b567ba7591df550f7b72db1612.Gravatar Lukacs Berki2016-05-03
* Move android deploy info from the default files to build to its own output groupGravatar Alex Humesky2016-05-02
* Adds the text output parameter and a partial manifest to the action key for A...Gravatar Alex Humesky2016-04-29
* Inject the tools repository constant in the JackAspect and delete the referen...Gravatar Luis Fernando Pino Duque2016-04-27
* Collect logic related to extra Proguard outputs in one place.Gravatar Googler2016-04-27
* Delete the interface NativeAspectFactory and make native aspects extend from ...Gravatar Luis Fernando Pino Duque2016-04-27
* Set --android_sdk=@bazel_tools//tools/android:sdk by default and delete Const...Gravatar Luis Fernando Pino Duque2016-04-27
* Add a --legacy_external_runfiles optionGravatar Kristina Chodorow2016-04-25
* Register instances instead of classes as Skylark-visible globals.Gravatar Dmitry Lomov2016-04-22
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Remove all internal calls to FileProvider.getLabel.Gravatar Ulf Adams2016-04-22
* Add android deploy info.Gravatar Googler2016-04-22
* Add JavaSemantics.checkRule to Android rules.Gravatar Greg Estren2016-04-22
* Remove FilesToRunProvider.label.Gravatar Ulf Adams2016-04-22
* Adds manifest_values attribute to android_binary as a preliminary for removin...Gravatar Andrew Pellegrini2016-04-21
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve().Gravatar Lukacs Berki2016-04-19
* Deprecate top-level Java toolchain flags in favour of java_toolchainGravatar Liam Miller-Cushon2016-04-19
* Check for the presence of an AndroidSdkProvider in JackAspect.Gravatar Michael Staib2016-04-19
* Use DexBuilder tool such that it can be a persistent workerGravatar Googler2016-04-18
* Add a crunch_png attribute to android_binaryGravatar Googler2016-04-18
* Say which target is being processed in the progress message for Android resourceGravatar Alex Humesky2016-04-15
* Provide ResourceShrinker with the generated R.java packages in addition to pa...Gravatar Andrew Pellegrini2016-04-08
* Fix incremental dexing with bazel testGravatar Googler2016-04-07
* transition to two blaze flags for incremental dexingGravatar Googler2016-04-05
* Adds the output of -printconfiguration from proguard to the implicit outputs ofGravatar Alex Humesky2016-04-05
* Simplify some of the code around invoking proguard.Gravatar Alex Humesky2016-04-04
* Set --fat_apk_cpu=armeabi-v7a by default and remove Constants.ANDROID_DEFAULT...Gravatar Luis Fernando Pino Duque2016-03-31
* Improve 'exports' explanation in android_library docGravatar Googler2016-03-31
* Provide the final merged AndroidManifest.xml file in the apk_manifest.Gravatar Alex Humesky2016-03-31
* Use the local shell environment for invoking build-runfiles.Gravatar Lukacs Berki2016-03-30