For i18n testing: Enable pseudolocales (#3391)

nightly-build-test
Colin Lee 5 years ago committed by GitHub
parent 6bd9b82385
commit e7576b2831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,6 +39,7 @@ android {
applicationIdSuffix ".debug"
manifestPlaceholders.isRaptorEnabled = "true"
resValue "bool", "IS_DEBUG", "true"
pseudoLocalesEnabled true
}
forPerformanceTest releaseTemplate >> { // the ">>" concatenates the raptor-specific options with the template
manifestPlaceholders.isRaptorEnabled = "true"

Loading…
Cancel
Save