blob: 0fb5a63c2bacfbd0f65c8953130b6bcca1125031 [file] [log] [blame]
package config
import "go.skia.org/infra/go/buildskia"
const (
// BUILD_TYPE is the type of build we use throughout fiddle.
BUILD_TYPE = buildskia.RELEASE_BUILD
)