diff options
author | fredrossperry <fredrossperry@gmail.com> | 2016-03-03 11:00:08 -0800 |
---|---|---|
committer | fredrossperry <fredrossperry@gmail.com> | 2016-03-23 08:44:54 -0700 |
commit | ff349d7c4658e5aa274e0c11baad914a45970d6b (patch) | |
tree | 2ede31ac49fe52102c7ebcb3b23c8ce29e80750c /platform | |
parent | 297cffcee181bbb584dfc77bf1acd27029f60f2f (diff) | |
download | mupdf-ff349d7c4658e5aa274e0c11baad914a45970d6b.tar.xz |
Exclude AndroidDrawDevice from the Android app build.
Diffstat (limited to 'platform')
-rw-r--r-- | platform/android/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/build.gradle b/platform/android/build.gradle index 2feb577f..7c1a1ed5 100644 --- a/platform/android/build.gradle +++ b/platform/android/build.gradle @@ -36,6 +36,7 @@ android { } java { srcDir 'src' + exclude 'com/artifex/mupdf/fitz/AndroidDrawDevice.java' } res { srcDir 'res' |