Skip to content

Commit 728f578

Browse files
committed
feat: Disable 64-bit requirement for Pixel 6 API 34
The 64-bit requirement has been disabled for the "pixel6Api34" managed virtual device.
1 parent efb68f4 commit 728f578

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

baselineprofile/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ android {
4141
create<ManagedVirtualDevice>("pixel6Api34") {
4242
device = "Pixel 6"
4343
apiLevel = 34
44+
require64Bit = false
4445
systemImageSource = "aosp-atd"
4546
}
4647
}

0 commit comments

Comments
 (0)