Skip to content

Commit

Permalink
build: require 64bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyroid committed Oct 25, 2024
1 parent 2288476 commit f687664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions baselineprofile/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ android {
// A lower resolution device is used here for better emulator performance
device = "Nexus One"
apiLevel = 34
require64Bit = true
// Also use the AOSP Automated Test Device image for better emulator performance
systemImageSource = "aosp-atd"
}
Expand Down

0 comments on commit f687664

Please sign in to comment.