diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-04-02 12:38:48 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-04-02 12:39:53 +0300 |
commit | 366cba7d6f3a100d51b576927dde446ab36e9483 (patch) | |
tree | ea34d522fa91af90ea31b1d548b2518e624c65fd /android | |
parent | a9a50cd9ffcd53c631fd13d20aa7e0609d92fc4d (diff) |
Add fonts.conf to this app, too
Diffstat (limited to 'android')
-rw-r--r-- | android/experiments/DocumentLoader/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/experiments/DocumentLoader/Makefile b/android/experiments/DocumentLoader/Makefile index 2bacbbb1d0fa..76210a007548 100644 --- a/android/experiments/DocumentLoader/Makefile +++ b/android/experiments/DocumentLoader/Makefile @@ -196,6 +196,9 @@ copy-stuff: echo 'ProductMinor=1' >> assets/program/versionrc echo 'ProductSource=OOO350' >> assets/program/versionrc echo 'ReferenceOOoMajorMinor=3.6' >> assets/program/versionrc +# Assets that are unpacked at run-time into the app's data directory. + mkdir -p assets/unpack/etc/fonts + cp fonts.conf assets/unpack/etc/fonts # # Then gdbserver and gdb.setup so that we can debug with ndk-gdb. # |