mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Move the Android API JAR ahead of the third-party dependencies in the Javadoc classpath (flutter/engine#27125)
This commit is contained in:
parent
93686f5232
commit
2e770170d0
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user