aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidIdlHelper.java
Commit message (Expand)AuthorAge
* Expose ProguardSpecProvider to skylark.Gravatar Googler2018-07-17
* Expose AndroidIdlProvider to Skylark (as AndroidIdlInfo).Gravatar Googler2018-07-13
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Move IDL constant out of AndroidSemanticsGravatar ajmichael2017-12-01
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Fix typo in idl generation mnemonic.Gravatar ajmichael2017-08-31
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-23
* Filter out non-aidl files out of idl_preprocessed param if the passed in valueGravatar Googler2017-08-17
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Improve CustomCommandLine.Gravatar tomlu2017-08-10
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Add idl_preprocessed field to android_library.Gravatar Googler2017-06-27
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Rollback of commit 65a9bc9a79a660291210719862bc194a87311943.Gravatar Googler2017-03-22
* Rollback of commit e450c00bf487c711f9b0615e9eb89980c5732b4a.Gravatar Jon Brandvein2017-03-03
* Inject aidl_lib only to android_library targets that have idl_srcsGravatar Googler2017-03-01
* RELNOTES[NEW]: Add transitive proguard_specs when android_sdk.aidl_lib is spe...Gravatar Googler2016-12-22
* RELNOTES[NEW]: Allow Android aidl tool to add a jar to the program's classpat...Gravatar Googler2016-12-16
* Export idl_import_root to Android Studio, so that we know the packages of new...Gravatar Googler2016-09-30
* Spam lib/rules/android with @AutoValue. Mostly created byGravatar Googler2016-09-01
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Replace calls to SpawnAction$Builder#addInputs(NestedSet) with addTransitiveI...Gravatar Liam Miller-Cushon2016-07-29
* Stop using preprocessed .aidl files for types in the same android_library.Gravatar Michael Staib2016-02-28
* Fix android_library resources handlingGravatar Googler2015-12-07
* Replace 'Google Inc' by the 'Bazel Authors'Gravatar Damien Martin-Guillerez2015-09-30
* Add Android IDL jar outputs.Gravatar Googler2015-09-28