Skip to content

Commit

Permalink
feat(baselineprofile): Remove Test Device
Browse files Browse the repository at this point in the history
  • Loading branch information
kez-lab authored and l2hyunwoo committed Nov 23, 2023
1 parent d5c5922 commit 7e905fa
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,7 @@ android {
}

targetProjectPath = ":app"

testOptions.managedDevices.devices {
create<ManagedVirtualDevice>("pixel6Api34") {
device = "Pixel 6"
apiLevel = 34
systemImageSource = "google"
}
}
}

// This is the configuration block for the Baseline Profile plugin.
// You can specify to run the generators on a managed devices or connected devices.
baselineProfile {
managedDevices += "pixel6Api34"
useConnectedDevices = false
experimentalProperties["android.experimental.self-instrumenting"] = true
}

dependencies {
Expand Down

0 comments on commit 7e905fa

Please sign in to comment.