aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android
Commit message (Expand)AuthorAge
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* Remove some dead code from AndroidIdeInfoProvider.Gravatar ajmichael2017-12-22
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Remove more dead codeGravatar Googler2017-12-22
* Remove dead android_resources codeGravatar Googler2017-12-22
* Use an annotation preprocessor to validate SkylarkConfigurationField.Gravatar cparsons2017-12-21
* Remove android_resources and "resources" attributeGravatar Googler2017-12-21
* Remove package name from license.Gravatar dannark2017-12-21
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Remove legacy_native_support attribute.Gravatar ajmichael2017-12-20
* Default to not allowing the Android 'resources' attributeGravatar Googler2017-12-20
* Remove references to some internal tooling.Gravatar ajmichael2017-12-20
* Expose --android_sdk to skylark as a configuration field.Gravatar ajmichael2017-12-19
* Ensure that the target package in the <instrumentation> tag of the instrument...Gravatar jingwen2017-12-19
* 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