aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android
Commit message (Expand)AuthorAge
* Default to not including library R classes in android_binary runtime classpathGravatar Googler2017-10-31
* Make AndroidRuleClasses#hasProguardSpecs less fragile.Gravatar ajmichael2017-10-31
* Add call to checkDesugarDeps in AndroidBinary.Gravatar kmb2017-10-30
* Allow android_test to properly inherit resourcesGravatar Googler2017-10-30
* Modify android_instrumentation_test.instrumentation to accept android_binary ...Gravatar jingwen2017-10-27
* Implement android_binary.instruments attribute.Gravatar jingwen2017-10-27
* Add unused, optional source_properties attribute to android_sdk.Gravatar ajmichael2017-10-25
* Fix resource generation in android_testGravatar Googler2017-10-24
* Fix changes that broke resource filtering, and document related confusionGravatar Googler2017-10-23
* Migrate ResourceProcessorBusyBox Android actions to using SHELL_QUOTED param ...Gravatar apell2017-10-18
* Simplify ApplicationManifest by inlining createApk and simplifying the builde...Gravatar corysmith2017-10-16
* Remove some no-op flags.Gravatar ajmichael2017-10-13
* Make it an error to attempt to expand an attribute that does not existGravatar ulfjack2017-10-11
* Return JavaInfo providers only once in Java rules.Gravatar elenairina2017-10-11
* Add a whitelist for packages that can contain android_devices rules. Currentl...Gravatar ajmichael2017-10-06
* Add debug_key attribute to android_binary.Gravatar ajmichael2017-10-06
* Remove dead code.Gravatar ajmichael2017-10-06
* Prevent overriding android_library srcless deps configuration value from Host...Gravatar jingwen2017-10-02
* PiperOrigin-RevId: 170539405Gravatar Googler2017-10-02
* Use intermediate compiled resource symbols for linking rather than static res...Gravatar Googler2017-10-02
* Move expansion functionality to a new classGravatar ulfjack2017-09-29
* Pass CppSemantics down to the CppLinkActionBuilderGravatar hlopko2017-09-29
* Add flag to Blaze to double-check correct desugaring in Android deploy.jarsGravatar kmb2017-09-29
* Small fixes to android_instrumentation_test.Gravatar ajmichael2017-09-29
* Automated rollback of commit 411039319c1c67f2b9c8a7ada9e0a11d9bd4023f.Gravatar elenairina2017-09-28
* Set --experimental_allow_android_library_deps_without_srcs to false by defaul...Gravatar jingwen2017-09-28
* remove unused code for unused aapt flagsGravatar ajmichael2017-09-27
* Rollforward change of Java coverage logic.Gravatar elenairina2017-09-26
* Create AndroidManifest.xml symlink if user provides a manifest not namedGravatar jingwen2017-09-25
* remove long-deprecated incremental dexing flag that has no effectGravatar kmb2017-09-21
* Only load the whitelist for Android targets if they use feature flags.Gravatar mstaib2017-09-21
* Always pass resource filters to aaptGravatar Googler2017-09-20
* Include library R classes in runtime classpath for library but not binaryGravatar Googler2017-09-20
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Wrap runtime jars and proto sources going into runfiles in a stable order nes...Gravatar tomlu2017-09-19
* Defer expanding sources to path fragments until execution for source jar acti...Gravatar tomlu2017-09-19
* Expose full compile time jars in SkylarkGravatar elenairina2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Cleanup some databinding code that was messed up by https://github.com/bazelb...Gravatar ajmichael2017-09-19
* Remove flags with no effect from --dexopts_supported_in_dexmerger default in ...Gravatar kmb2017-09-19
* Stop passing around unused JavaCommon object.Gravatar ajmichael2017-09-15
* Avoid flattening nested sets when constructing SingleJar source jar.Gravatar tomlu2017-09-15
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Add whitelists for android_resources removalGravatar Googler2017-09-15
* Do not flatten resource artifacts in Android rules.Gravatar tomlu2017-09-15
* Implemented a check for implicitly-exported deps in android_library, and rais...Gravatar jingwen2017-09-14
* Remove concept of "processorFlags" from Bazel.Gravatar ajmichael2017-09-14
* Support for local_resource_files in android_testGravatar Googler2017-09-13
* Merging a RunfilesSupport object into Runfiles.Builder no longer adds the run...Gravatar Benjamin Peterson2017-09-12
* Allow mobileInstallResourceApks to be null.Gravatar ahumesky2017-09-12