blob: 94426145766a56642a5cfae1231166ae5f1a9dcb [file] [log] [blame] [edit]
#!/usr/bin/env bash
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
set -e
echo "Fetching git submodules..."
git submodule update --init --recursive
echo "Done fetching git submodules."
echo
bash third_party/impeller-cmake/deps.sh