diff options
| author | 2024-06-20 19:38:39 +0000 | |
|---|---|---|
| committer | 2024-06-20 19:38:39 +0000 | |
| commit | 46b645ecb4e797a7291d540ff7fc802819dd953f (patch) | |
| tree | b97a18e0d329056d0a1739c57f742bc285ab4d69 /libs/androidfw/LocaleDataTables.cpp | |
| parent | bf50d5c13c405d7c135dc41fb771c88d61dd7961 (diff) | |
| parent | 4af97203832d467029744c131b29589e61fd969e (diff) | |
Merge "Merge 24Q3 (ab/11976889) to aosp-main-future" into aosp-main-future
Diffstat (limited to 'libs/androidfw/LocaleDataTables.cpp')
| -rw-r--r-- | libs/androidfw/LocaleDataTables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/androidfw/LocaleDataTables.cpp b/libs/androidfw/LocaleDataTables.cpp index b68143d82090..94351182871a 100644 --- a/libs/androidfw/LocaleDataTables.cpp +++ b/libs/androidfw/LocaleDataTables.cpp @@ -2451,10 +2451,10 @@ const struct { const char script[4]; const std::unordered_map<uint32_t, uint32_t>* map; } SCRIPT_PARENTS[] = { + {{'L', 'a', 't', 'n'}, &LATN_PARENTS}, {{'A', 'r', 'a', 'b'}, &ARAB_PARENTS}, {{'D', 'e', 'v', 'a'}, &DEVA_PARENTS}, {{'H', 'a', 'n', 't'}, &HANT_PARENTS}, - {{'L', 'a', 't', 'n'}, &LATN_PARENTS}, {{'~', '~', '~', 'B'}, &___B_PARENTS}, }; |