| commit | e255ac736251dc8f72ae2cfb7f61a0bb088f42f0 | [log] [tgz] |
|---|---|---|
| author | ztenghui <[email protected]> | Thu Jan 26 15:29:16 2017 -0800 |
| committer | ztenghui <[email protected]> | Tue Jan 31 14:18:47 2017 -0800 |
| tree | 662a8a53900331b1952d96da75b977f3804d0255 | |
| parent | f20ffd2186ef62fd2ebd3be87f643db3e89d502f [diff] [blame] |
Mark path as non translatable Test: Newly added test and sample app for the original repro step. AOSP bug: https://code.google.com/p/android/issues/detail?id=232407 Bug: 34767250 Change-Id: Ia216bf1177a55a139f8988d995836c1d42c496ee
diff --git a/design/build.gradle b/design/build.gradle index abd99c0d..55808bb 100644 --- a/design/build.gradle +++ b/design/build.gradle
@@ -73,6 +73,12 @@ aaptOptions { additionalParameters "--no-version-vectors" } + + buildTypes { + debug { + pseudoLocalesEnabled true + } + } } android.libraryVariants.all { variant ->