summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-02-15 14:27:55 +0100
committerJan Holesovsky <kendy@collabora.com>2019-02-15 16:53:35 +0100
commitdf3faf45ae3017360f736d502a1f6e72b85f0b68 (patch)
treebf7904e5e6c2fc13af90a452587de8973cde752e /android
parent4480a32577a09837b65a79e89def5c32c204346d (diff)
android: Better path for the fonts.conf.
Change-Id: Iaecbec1b24dd4806da3f52e8eb3e1eddd64891b3
Diffstat (limited to 'android')
-rw-r--r--android/app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/build.gradle b/android/app/build.gradle
index bd42fe2ea..af66460e5 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -83,7 +83,7 @@ task copyUnpackAssets(type: Copy) {
]
}
into('etc/fonts') {
- from "./"
+ from "${liboSrcRoot}/android/source/"
includes = ['fonts.conf']
filter {
String line ->