aboutsummaryrefslogtreecommitdiff
path: root/builder/src/main/resources/com/android/builder/internal/BuildConfig.template
blob: 71b4b9c9bcf8d57c63cc28b5f3e5b6db88327dda (plain)
1
2
3
4
5
6
7
/** Automatically generated file. DO NOT MODIFY */
package #PACKAGE#;

public final class BuildConfig {
    public static final boolean DEBUG = #DEBUG#;

#ADDITIONAL_LINES#}