mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-01 06:34:25 +02:00
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:
parent
01cf954c23
commit
7fe58ca0c2
@ -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.
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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
Loading…
x
Reference in New Issue
Block a user