// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

package org.chromium.base;

/**
 *  Build configuration. Generated on a per-target basis.
 */
public class BuildConfig {


    public static final String FIREBASE_APP_ID = "";

    public static final boolean DCHECK_IS_ON = false;

    // The ID of the android string resource that stores the product version.
    // This layer of indirection is necessary to make the resource dependency
    // optional for android_apk targets/base_java (ex. for cronet).
    public static final int R_STRING_PRODUCT_VERSION = 0;
}
