aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidSemantics.java
Commit message (Expand)AuthorAge
* Remove ApplicationManifestGravatar asteinb2018-08-08
* Remove non-static ApplicationManifest methodsGravatar asteinb2018-08-08
* Move non-resource busybox actions to BusyBoxActionBuilder and AndroidDataContextGravatar asteinb2018-05-22
* Pass AndroidDataContext to remaining non-ActionBuilder codeGravatar asteinb2018-05-22
* Pass AndroidDataContext through manifest processing methodsGravatar asteinb2018-05-22
* Create AndroidDataContext to wrap context needed when working with Android dataGravatar asteinb2018-05-22
* Properly rename manifestsGravatar asteinb2018-05-09
* Make java_common.compile's javacopt handling consistent with native Java rulesGravatar cushon2018-04-25
* Allow android_library rule to also accept rules that provide the JavaInfoGravatar Googler2018-03-20
* Add labels to some Android progress messages.Gravatar ajmichael2018-02-12
* Remove android_resources and "resources" attributeGravatar Googler2017-12-21
* Remove references to some internal tooling.Gravatar ajmichael2017-12-20
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Move IDL constant out of AndroidSemanticsGravatar ajmichael2017-12-01
* Move getManifestForRule implementation into default method.Gravatar dannark2017-11-03
* Add debug_key attribute to android_binary.Gravatar ajmichael2017-10-06
* Adds getProguardSpecsForManifest to AndroidSematics to inject proguard specs.Gravatar Googler2017-09-12
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-24
* Remove JavaIdeInfoProvider.Gravatar dslomov2017-07-07
* Automated rollback of commit 480d6038905b3c8de09a362e2759fc6b8abe634c.Gravatar twerth2017-07-05
* Add minSdkVersion optimization to Blaze.Gravatar Googler2017-07-03
* Modify AndroidSemantics#addMainDexListActionArguments to take proguard map as...Gravatar Googler2017-03-31
* Description redacted.Gravatar Adam Michael2017-03-28
* Delete some dead android rules and tools code.Gravatar Adam Michael2017-01-09
* Read android binary attributes that are queried for incremental dexing artifa...Gravatar Googler2016-09-28
* Move Android and Java 7 javacopts into java_toolchainGravatar Liam Miller-Cushon2016-06-21
* Add addMainDexListActionArguments to AndroidSemantics.Gravatar Googler2016-06-13
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Simplifies passing the debug key to ApkBuilder.Gravatar Alex Humesky2016-01-12
* Add Android IDL jar outputs.Gravatar Googler2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Implement support for android_library and android_binary in AndroidStudioInfo...Gravatar Dmitry Lomov2015-09-22
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Remove the debug_key attribute from android_binary and the associated -ks arg...Gravatar Lukacs Berki2015-06-16
* Move the source code of the Android rules to the Bazel tree.Gravatar Lukacs Berki2015-05-19