Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryQian committed May 25, 2022
1 parent 6323b68 commit 3f0946d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/javadoc/gen_javadoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def main():

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

0 comments on commit 3f0946d

Please sign in to comment.