Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
matanlurey committed Jun 24, 2024
1 parent 2068ba1 commit fcde54c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/pub_get_offline.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ def check_package(package):


EXCLUDED_DIRS = [
# FIXME: Do not submit this change, it's for PR testing only.
os.path.join(ENGINE_DIR),
os.path.join(ENGINE_DIR, 'lib'),
os.path.join(ENGINE_DIR, 'prebuilts'),
os.path.join(ENGINE_DIR, 'shell', 'platform', 'fuchsia'),
Expand Down Expand Up @@ -119,6 +121,9 @@ def find_unlisted_packages():


def main():
# Intentionally use the Dart SDK prebuilt instead of the Flutter prebuilt
# (i.e. prebuilts/{platform}/dart-sdk/bin/dart) because the script has to run
# in a monorepo build *before* the newer Dart SDK has been built from source.
dart_sdk_bin = os.path.join(
SRC_ROOT, 'flutter', 'third_party', 'dart', 'tools', 'sdks', 'dart-sdk', 'bin'
)
Expand Down

0 comments on commit fcde54c

Please sign in to comment.