aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android
Commit message (Expand)AuthorAge
* Remove support for --android_sdk=<filegroup>.Gravatar ajmichael2017-12-18
* Remove JavaNeverlinkInfoProvider.Gravatar elenairina2017-12-18
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Filter out generated databinding files from instrumentation APK.Gravatar ajmichael2017-12-15
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Perform ZipFilterAction on the instrumentation JAR using the target JAR as fi...Gravatar jingwen2017-12-13
* Add --checkHashMismatch flag to ZipFilterAction.Gravatar jingwen2017-12-12
* disambiguate mnemonics for $shuffle_jars and $dexsharder actionsGravatar kmb2017-12-11
* Move native deps collection code out of android_binary.Gravatar ajmichael2017-12-09
* Stop filtering resources in analysis in aapt2 buildsGravatar Googler2017-12-08
* Infrastructure for fixed checking if android_test can inherit resourcesGravatar Googler2017-12-08
* Expose two methods from JavaSkylarkApiProvider in JavaInfoGravatar dbabkin2017-12-07
* allow params files for long dexmerger and dexsharder command linesGravatar kmb2017-12-06
* Use static final variables for spawn action resource sets.Gravatar tomlu2017-12-06
* Reflect progress on incremental dexing in android_binary's incremental_dexing...Gravatar kmb2017-12-05
* Fix error prone warning about reference equality.Gravatar ajmichael2017-12-05
* Expose getGenJarsProvider methods from JavaSkylarkApiProvider in JavaInfoGravatar dbabkin2017-12-05
* Remove some deadish Windows-related runfiles code.Gravatar Benjamin Peterson2017-12-04
* Fix missing print statements in output functionsGravatar vladmos2017-12-02
* Forward test relevant flags to mobile-install launcher.Gravatar Googler2017-12-01
* Remove duplicated method from AndroidBinary.Gravatar ajmichael2017-12-01
* Move IDL constant out of AndroidSemanticsGravatar ajmichael2017-12-01
* Make AndroidSdkProvider.verifyPresence throw.Gravatar ajmichael2017-12-01
* Remove unused adb_jobs flag.Gravatar Googler2017-11-30
* Properly enforce one version for android_robolectric_test targets by respecti...Gravatar Googler2017-11-30
* Add rexopts attribute to android_binary.Gravatar dannark2017-11-30
* Remove no-longer-needed experimental_android_inherit_resources_in_tests flagGravatar Googler2017-11-30
* Refactor Android rule classes to minimize bazel specific stuff.Gravatar ajmichael2017-11-30
* Add android_local_test base class.Gravatar dannark2017-11-29
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* invoke a separate splitter action in multidex builds (behind flag)Gravatar kmb2017-11-29
* Document Android options.Gravatar ajmichael2017-11-28
* Delete --experimental_use_manifest_from_resource_apk again.Gravatar ajmichael2017-11-27
* Enable aapt2 for robolectric when available.Gravatar corysmith2017-11-22
* Don't propagate resources when neverlink is specified and manifest is notGravatar Googler2017-11-22
* Prevent blaze from crashing on invalid resource locations.Gravatar corysmith2017-11-22
* Fix resource filteringGravatar Googler2017-11-22
* Clarify `srcs` description to make it obvious what file types are accepted.Gravatar spomorski2017-11-22
* Add option to enable resource cycle shrinking.Gravatar Googler2017-11-21
* Update AndroidConfiguration to reflect changesGravatar Googler2017-11-21
* Fixed typo in ApkProvider: s/coverageMetdata/coverageMetadataGravatar jingwen2017-11-20
* Remove experimental flags for generating robolectric R class.Gravatar Googler2017-11-20
* 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
* Build databinding annotation processor in host configuration.Gravatar ajmichael2017-11-16
* Stop adding data deps to AndroidDeployInfo proto.Gravatar ajmichael2017-11-15
* Add experimental flag to skip the parsing action if using aapt2.Gravatar Googler2017-11-15
* Automated rollback of commit 10b0d8aa6b73a024cc007c5e075cb329add878ef.Gravatar lberki2017-11-14
* RELNOTES: NoneGravatar dannark2017-11-13