mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Include aidl output directory to generate javadoc
PiperOrigin-RevId: 367992096
This commit is contained in:
parent
aa54aa64b8
commit
5345d716d3
1 changed files 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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue