Adresa
:
[go:
nahoru
,
domu
]
Sign in
android
/
platform
/
frameworks
/
support
/
131bc2823595f393b90b9f3872a0f4c6d37c6119
/
.
/
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"
}
}