aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidIdeInfoProvider.java
Commit message (Expand)AuthorAge
* AndroidIdeInfoProvider exposed to Skylark (as AndroidIdeInfo).Gravatar Googler2018-07-16
* Remove unused code from AndroidIdeInfoProvider.Gravatar tomlu2018-01-11
* Remove some dead code from AndroidIdeInfoProvider.Gravatar ajmichael2017-12-22
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Expose .ap_ artifact as a skylark providerGravatar Googler2017-06-05
* Expose the native libs of the android_binary rule to skylark.Gravatar Googler2017-04-18
* Export idl_import_root to Android Studio, so that we know the packages of new...Gravatar Googler2016-09-30
* Expose aar to Skylark.Gravatar Googler2016-09-09
* Add resource_jar to android_studio_info.proto.Gravatar Googler2016-06-03
* Expose Android resources in Skylark API.Gravatar Dmitry Lomov2016-02-25
* Expose to Skylark information about whether a target defines any Android reso...Gravatar Dmitry Lomov2016-02-24
* Add initial Skylark API for Android rules.Gravatar Dmitry Lomov2016-02-23
* Roll forward of commit 500175fcfb37953f50cf0869df164902755807f2: Don't includ...Gravatar Googler2016-02-16
* Rollback of commit 500175fcfb37953f50cf0869df164902755807f2.Gravatar Damien Martin-Guillerez2016-02-15
* Don't include absolute paths in blaze IDE artifactsGravatar Googler2016-02-15
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Remove the unchecked exceptions RuleConfigurationException, InvalidAssetPath ...Gravatar Lukacs Berki2015-12-07
* Add isSource to Android aspect ArtifactLocation.Gravatar Googler2015-10-12
* Filter idl sources from AndroidStudioInfoAspect.Gravatar Googler2015-09-30
* 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