| Index: android_webview/system_webview_apk_tmpl.gni
|
| diff --git a/android_webview/system_webview_apk_tmpl.gni b/android_webview/system_webview_apk_tmpl.gni
|
| index 8b377162d52658ac40c5a965719b7039cc72c79e..90bdc7f53f4aebac603afa6f0664bef5490ef3c6 100644
|
| --- a/android_webview/system_webview_apk_tmpl.gni
|
| +++ b/android_webview/system_webview_apk_tmpl.gni
|
| @@ -4,6 +4,7 @@
|
|
|
| import("//build/config/android/config.gni")
|
| import("//build/config/android/rules.gni")
|
| +import("//build/config/locales.gni")
|
|
|
| template("system_webview_apk_tmpl") {
|
| android_apk(target_name) {
|
| @@ -27,6 +28,7 @@ template("system_webview_apk_tmpl") {
|
| if (build_apk_secondary_abi && android_64bit_target_cpu) {
|
| secondary_abi_shared_libraries = [ "//android_webview:libwebviewchromium($android_secondary_abi_toolchain)" ]
|
| }
|
| + aapt_locale_whitelist = locales
|
|
|
| if (!is_java_debug) {
|
| proguard_enabled = true
|
|
|