Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Itinerary
Commits
465207b5
Commit
465207b5
authored
Apr 09, 2021
by
Volker Krause
Browse files
Complete the exclusion list for all iso-codes catalogs we don't need
Those take up a substantial amount of space.
parent
e96636c6
Changes
1
Show whitespace changes
Inline
Side-by-side
src/app/android/build.gradle
View file @
465207b5
...
...
@@ -96,6 +96,6 @@ android {
aaptOptions
{
// different syntax than above
// see https://android.googlesource.com/platform/frameworks/base/+/refs/heads/pie-release/tools/aapt2/util/Files.h#90
ignoreAssetsPattern
'!<dir>ECM:!<dir>aclocal:!<dir>doc:!<dir>gtk-doc:!<dir>iso-codes:!<dir>man:!<dir>mime:!<dir>pkgconfig:!<dir>qlogging-categories5:!<file>iso_639-2.mo:!<file>iso_639-3.mo'
ignoreAssetsPattern
'!<dir>ECM:!<dir>aclocal:!<dir>doc:!<dir>gtk-doc:!<dir>iso-codes:!<dir>man:!<dir>mime:!<dir>pkgconfig:!<dir>qlogging-categories5:!
iso_15924.mo:!<file>iso_3166-2.mo:!<file>iso_3166-3.mo:!<file>iso_4217.mo:!
<file>iso_639-2.mo:!<file>iso_639-3.mo
:!<file>iso_639-5.mo
'
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment