Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
BuildConfig.java
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// THIS FILE IS REPLACED WITH AN AUTO_GENERATED FILE (AND EXISTS JUST FOR IDE SUPPORT).
6// DO NOT EDIT THE VALUES HERE - SEE $flutter_root/tools/gen_android_buildconfig.py
7package io.flutter;
8
9public final class BuildConfig {
10 private BuildConfig() {
11 {
12 }
13 }
14
15 public static final boolean DEBUG = false;
16 public static final boolean PROFILE = false;
17 public static final boolean RELEASE = false;
18 public static final boolean JIT_RELEASE = false;
19}
static final boolean DEBUG
static final boolean PROFILE
static final boolean RELEASE
static final boolean JIT_RELEASE