Skip to content
Snippets Groups Projects
Commit d13e3a7c authored by Jan Holesovsky's avatar Jan Holesovsky
Browse files

android: Copy images.zip into the APK too.

Will be needed for eg. the sidebar.

Change-Id: I4e39db8e593d5a4f52b23dcf70e4e791144f7470
parent 4abc8aee
No related branches found
No related tags found
No related merge requests found
......@@ -135,8 +135,11 @@ task copyAssets(type: Copy) {
}
task createFullConfig(type: Copy) {
into 'src/main/assets/share/config/soffice.cfg'
from "${liboInstdir}/share/config/soffice.cfg"
description "copies various configuration bits into the apk"
into('src/main/assets/share/config')
from("${liboInstdir}/share/config") {
includes = ['soffice.cfg/**', 'images_colibre.zip']
}
}
task createStrippedConfig {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment