aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidBinary.java
Commit message (Expand)AuthorAge
...
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Use a separate implicit dependency for dexbuilder in proguarded android buildsGravatar kmb2018-02-21
* Rename NativeLibsZipsInfo to AndroidNativeLibsInfo.Gravatar Googler2018-02-16
* add flag to use incremental dexing by default for proguarded android binariesGravatar kmb2018-02-16
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Hooks to support core library desugaring in Android buildsGravatar kmb2018-02-07
* Don't generate the blaze generated extension registry for Android tests that ...Gravatar Googler2018-02-06
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* RELNOTES: stop using --no-locals in android coverage buildsGravatar kmb2018-02-02
* Expose ApkInfo and AndroidInstrumentationInfo to Skylark.Gravatar ajmichael2018-01-29
* Move all code to lookup JavaRuntimeInfo to static methods onGravatar John Cater2018-01-23
* Make createMainDexProguardSpec public.Gravatar ahumesky2018-01-19
* Remove defunct Android incremental dexing flagsGravatar kmb2018-01-04
* Remove more dead codeGravatar Googler2017-12-22
* Remove dead android_resources codeGravatar Googler2017-12-22
* Remove references to some internal tooling.Gravatar ajmichael2017-12-20
* Ensure that the target package in the <instrumentation> tag of the instrument...Gravatar jingwen2017-12-19
* Remove JavaNeverlinkInfoProvider.Gravatar elenairina2017-12-18
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Perform ZipFilterAction on the instrumentation JAR using the target JAR as fi...Gravatar jingwen2017-12-13
* disambiguate mnemonics for $shuffle_jars and $dexsharder actionsGravatar kmb2017-12-11
* Move native deps collection code out of android_binary.Gravatar ajmichael2017-12-09
* allow params files for long dexmerger and dexsharder command linesGravatar kmb2017-12-06
* Fix error prone warning about reference equality.Gravatar ajmichael2017-12-05
* Remove duplicated method from AndroidBinary.Gravatar ajmichael2017-12-01
* Make AndroidSdkProvider.verifyPresence throw.Gravatar ajmichael2017-12-01
* Add rexopts attribute to android_binary.Gravatar dannark2017-11-30
* invoke a separate splitter action in multidex builds (behind flag)Gravatar kmb2017-11-29
* Add option to enable resource cycle shrinking.Gravatar Googler2017-11-21
* Update AndroidConfiguration to reflect changesGravatar Googler2017-11-21
* Convert JavaToolchainProvider to a concrete class, and a subclass of Toolchai...Gravatar jcater2017-11-17
* Support incremental dexing tools in proguarded Android buildsGravatar kmb2017-11-17
* Deletes unused apk manifest.Gravatar ahumesky2017-11-16
* Stop adding data deps to AndroidDeployInfo proto.Gravatar ajmichael2017-11-15
* RELNOTES: NoneGravatar dannark2017-11-13
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Rename ResourceFilter to ResourceFilterFactoryGravatar Googler2017-11-01
* Remove --incremental_dexing_binary_types.Gravatar ajmichael2017-10-31
* Add call to checkDesugarDeps in AndroidBinary.Gravatar kmb2017-10-30
* Implement android_binary.instruments attribute.Gravatar jingwen2017-10-27
* Fix changes that broke resource filtering, and document related confusionGravatar Googler2017-10-23
* Add debug_key attribute to android_binary.Gravatar ajmichael2017-10-06
* 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
* Automated rollback of commit 411039319c1c67f2b9c8a7ada9e0a11d9bd4023f.Gravatar elenairina2017-09-28
* Rollforward change of Java coverage logic.Gravatar elenairina2017-09-26
* Include library R classes in runtime classpath for library but not binaryGravatar Googler2017-09-20
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19