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
10 lines
311 B
Plaintext
10 lines
311 B
Plaintext
# 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.
|
|
|
|
import("//flutter/common/config.gni")
|
|
|
|
assert(is_android || is_ios)
|
|
|
|
is_aot = flutter_runtime_mode == "profile" || flutter_runtime_mode == "release"
|