Skip to content

Commit

Permalink
Move the Android API JAR ahead of the third-party dependencies in the…
Browse files Browse the repository at this point in the history
… Javadoc classpath (flutter#27125)
  • Loading branch information
jason-simmons authored and naudzghebre committed Sep 2, 2021
1 parent 31d0e90 commit 3ece048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gen_javadoc.py
Expand Up @@ -30,8 +30,8 @@ def main():

classpath = [
args.android_source_root,
os.path.join(args.third_party, 'android_embedding_dependencies', 'lib', '*'),
os.path.join(args.third_party, 'android_tools/sdk//platforms/android-30/android.jar'),
os.path.join(args.third_party, 'android_embedding_dependencies', 'lib', '*'),
]
if args.build_config_path:
classpath.append(args.build_config_path)
Expand Down

0 comments on commit 3ece048

Please sign in to comment.