Commit 5345d716 by gyumin Committed by marcbaechinger

Include aidl output directory to generate javadoc

PiperOrigin-RevId: 367992096
parent aa54aa64
Showing with 1 additions and 1 deletions
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment