I have a javadoc task defined as following:

    task androidJavadocs(type: Javadoc) {        source = 
android.sourceSets.main.java.srcDirs        classpath += 
project.files(android.getBootClasspath().join(File.pathSeparator))    }


But, this doesn't include the source code generated by AIDL compiler under 
"build/generated/source/aidl/debug".


Is there any sourceSet definition representing this group of generated source? 
What is the most elegant way to include it in the Javadoc task?

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to