Move the Android API JAR ahead of the third-party dependencies in the Javadoc classpath (flutter/engine#27125)

This commit is contained in:
Jason Simmons 2021-07-01 21:56:02 -07:00 committed by GitHub
parent 93686f5232
commit 2e770170d0

View File

@ -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)