Sign in
android
/
platform
/
frameworks
/
support
/
4411aa1e710e6a7d6f27c880e8c1fa24c9c39146
/
.
/
camera
/
build.gradle
blob: 2e29a585067da83312105024aae0051dfa989232 [
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
=
"1024m"
}
}