Sign in
android
/
platform
/
frameworks
/
support
/
bcceba196b5fdca5d90ae4a517ca1c00f08ff747
/
.
/
camera
/
build.gradle
blob: 7797bec529313812cbd5796a2e6a535aad98195b [
file
] [
log
] [
blame
]
// b/155305020 , b/157663450 : temporarily increase test memory to see if it affects crash rate
allprojects
{
pr
->
pr
.
tasks
.
withType
(
Test
)
{
t
->
t
.
maxHeapSize
=
"2048m"
}
}