Include aidl output directory to generate javadoc
PiperOrigin-RevId: 367992096
This commit is contained in:
parent
aa54aa64b8
commit
5345d716d3
@ -25,7 +25,7 @@ android.libraryVariants.all { variant ->
|
||||
task("generateJavadoc", type: Javadoc) {
|
||||
description = "Generates Javadoc for the ${javadocTitle}."
|
||||
title = "ExoPlayer ${javadocTitle}"
|
||||
source = allSourceDirs
|
||||
source = allSourceDirs + "${buildDir}/generated/aidl_source_output_dir/"
|
||||
options {
|
||||
links "https://developer.android.com/reference",
|
||||
"https://guava.dev/releases/$project.ext.guavaVersion/api/docs"
|
||||
|
Loading…
x
Reference in New Issue
Block a user