aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android
Commit message (Expand)AuthorAge
* 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
* support incremental dexing in all unproguarded android binaries as well as te...Gravatar Googler2016-03-29
* Add -forceprocessing to cause proguard to skip the step where it checks if th...Gravatar Googler2016-03-22
* Changing ProguardHelper to support a multipass variety of proguard.Gravatar Googler2016-03-18
* Compile base classpaths for Bazel Jack support in android_sdk.Gravatar Michael Staib2016-03-17
* Make manual multidex incompatible with .dex sharding.Gravatar Lukacs Berki2016-03-15
* Incremental dexing for sharded android_binary targetsGravatar Googler2016-03-15
* Expose more documentation to Skylark.Gravatar Dmitry Lomov2016-03-14
* Fix ClasspathConfiguredFragment bootclasspath collectionGravatar Liam Miller-Cushon2016-03-14
* 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
* Support android_resources in Android Studio.Gravatar Googler2016-03-08
* Copy the android_crosstool_top into the host configuration.Gravatar Ulf Adams2016-03-01
* Adds a manifest for detailing the inputs to an android apk.Gravatar Alex Humesky2016-03-01
* Stop using preprocessed .aidl files for types in the same android_library.Gravatar Michael Staib2016-02-28
* Simplifies AbstractWriteFileAction to pass the ActionExecutionContext directl...Gravatar Alex Humesky2016-02-26
* Update ANDROID_DEFAULT_CROSSTOOL to default to //external:android/crosstool. ...Gravatar Luis Fernando Pino Duque2016-02-25
* Expose Android resources in Skylark API.Gravatar Dmitry Lomov2016-02-25
* Expose to Skylark information about whether a target defines any Android reso...Gravatar Dmitry Lomov2016-02-24
* Expose IDL information about Android targets to Skylark.Gravatar Dmitry Lomov2016-02-24
* Refactor JavaCommon: only one of initializeJavacOpts or initCommon is legal.Gravatar Ulf Adams2016-02-24
* Add initial Skylark API for Android rules.Gravatar Dmitry Lomov2016-02-23
* Remove last non-static call to JavaCommon.getRunfiles and the method itself.Gravatar Ulf Adams2016-02-23
* Make another JavaCommon method static to reduce reliance on mutability.Gravatar Ulf Adams2016-02-23
* Clean up unnecessary parameter.Gravatar Alex Humesky2016-02-22
* Build flag for srcs-less android_library with depsGravatar Googler2016-02-17
* Roll forward of commit 500175fcfb37953f50cf0869df164902755807f2: Don't includ...Gravatar Googler2016-02-16
* Rollback of commit 500175fcfb37953f50cf0869df164902755807f2.Gravatar Damien Martin-Guillerez2016-02-15
* Don't include absolute paths in blaze IDE artifactsGravatar Googler2016-02-15
* Windows: execute build-runfiles through shell.Gravatar Dmitry Lomov2016-02-12
* Implement TODO from: https://github.com/bazelbuild/bazel/blo[]fbbd6a32b95ba74...Gravatar Greg Estren2016-02-11
* Add JavaSkylarkApiProvider to all Java rules.Gravatar Dmitry Lomov2016-02-10