File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,6 @@ android {
54
54
// In real app, this would use its own release keystore
55
55
signingConfig = signingConfigs.getByName(" debug" )
56
56
}
57
-
58
- create(" benchmark" ) {
59
- initWith(release)
60
- signingConfig = signingConfigs.getByName(" debug" )
61
- // [START_EXCLUDE silent]
62
- // Selects release buildType if the benchmark buildType not available in other modules.
63
- matchingFallbacks.add(" release" )
64
- // [END_EXCLUDE]
65
- proguardFiles(" benchmark-rules.pro" )
66
- }
67
57
}
68
58
// [END macrobenchmark_setup_app_build_type]
69
59
Original file line number Diff line number Diff line change @@ -60,18 +60,6 @@ android {
60
60
targetProjectPath = " :app"
61
61
// Enable the benchmark to run separately from the app process
62
62
experimentalProperties[" android.experimental.self-instrumenting" ] = true
63
-
64
- buildTypes {
65
- // declare a build type to match the target app"s build type
66
- create(" benchmark" ) {
67
- isDebuggable = true
68
- signingConfig = signingConfigs.getByName(" debug" )
69
- // [START_EXCLUDE silent]
70
- // Selects release buildType if the benchmark buildType not available in other modules.
71
- matchingFallbacks.add(" release" )
72
- // [END_EXCLUDE]
73
- }
74
- }
75
63
}
76
64
// [END macrobenchmark_setup_android]
77
65
You can’t perform that action at this time.
0 commit comments