naiveproxy/build/android/buildhooks/java/templates/BuildHooksConfig.template

17 lines
465 B
Plaintext
Raw Normal View History

2018-01-28 21:32:06 +03:00
// Copyright 2017 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.build;
/**
* BuildHooks configuration. Generated on a per-target basis.
*/
public class BuildHooksConfig {
#if defined(_REPORT_JAVA_ASSERT)
public static final boolean REPORT_JAVA_ASSERT = true;
#else
public static final boolean REPORT_JAVA_ASSERT = false;
#endif
}