mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Reland "Use a Pbuffer surface when the onscreen surface is not available for snapshotting on Android (#27141)" (#27607)" This reverts commit 78663924741a29aeca10648015e39db6fbd28be4. * Do not let gradle download SDK deps
23 lines
792 B
YAML
23 lines
792 B
YAML
# 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.
|
|
|
|
name: android_background_image
|
|
publish_to: none
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
# Do not add any dependencies that require more than what is provided in
|
|
# //third_party/dart/pkg, //third_party/dart/third_party/pkg, or
|
|
# //third_party/pkg. In particular, package:test is not usable here.
|
|
|
|
# If you do add packages here, make sure you can run `pub get --offline`, and
|
|
# check the .packages and .package_config to make sure all the paths are
|
|
# relative to this directory into //third_party/dart, or //third_party/pkg
|
|
dependencies:
|
|
sky_engine: any
|
|
|
|
dependency_overrides:
|
|
sky_engine:
|
|
path: ../../sky/packages/sky_engine
|