From e3793d947fbc60985ec9b16b67164d11571a3bda Mon Sep 17 00:00:00 2001 From: Roozbeh Pournader Date: Wed, 9 Aug 2017 11:55:12 -0700 Subject: [PATCH] Enable Canadian English on L10n builds Bug: 64491256 Test: mmma -j packages/apps/Settings (and checking the APK using aapt dump badging) Change-Id: I1108802a89bd82ccc6e2cc0c2464b8e30eb796b4 --- target/product/languages_full.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/languages_full.mk b/target/product/languages_full.mk index 8cfe68add..846cd70fc 100644 --- a/target/product/languages_full.mk +++ b/target/product/languages_full.mk @@ -34,6 +34,7 @@ PRODUCT_LOCALES := \ de_DE \ el_GR \ en_AU \ + en_CA \ en_GB \ en_IN \ en_XA \