Android 14 - Support for Grammatical Inflection (#3374)

* build: update aapt/aapt2 with win/linux binaries

* docs: add note for specific aapt tag

* test: test for grammatical inflection

* build: update aapt/aapt2 with mac binaries

* build: update aapt/aapt2 with mac binaries (static libstl)
This commit is contained in:
Connor Tumbleson 2023-10-08 06:38:10 -04:00 committed by GitHub
parent 01cf954c23
commit 7fe58ca0c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 16 additions and 2 deletions

View File

@ -251,8 +251,8 @@ we aren't building the entire AOSP package, the initial build is to just see if
We check out a certain tag or branch. Currently we use
* aapt2 - `master`.
* aapt1 - `master`.
* aapt2 - `android-14.0.0_r2`.
* aapt1 - `android-14.0.0_r2`.
### Including our modified `frameworks/base` package.

View File

@ -86,6 +86,12 @@ public class BuildAndDecodeTest extends BaseTest {
compareValuesFiles("values-b+iw+660/strings.xml");
}
@Test
public void valuesGrammaticalGenderTest() throws BrutException {
compareValuesFiles("values-neuter/strings.xml");
compareValuesFiles("values-feminine/strings.xml");
}
@Test
public void valuesBcp47LanguageScriptRegionVariantTest() throws BrutException {
compareValuesFiles("values-b+ast+Latn+IT+AREVELA/strings.xml");

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long