jvoegele / gradle-android-plugin

Android plugin for the Gradle build system.
Apache License 2.0
406 stars 95 forks source link

Added support for generating AIDL files. #78

Closed XavierTalpe closed 11 years ago

XavierTalpe commented 11 years ago

I rewrote the AIDL Java class generation code as it wasn't functioning properly. It didn't take into account different sourcesets and multiple AIDL files. Tested it on a local project and everything seemed to be working fine.