From ff349d7c4658e5aa274e0c11baad914a45970d6b Mon Sep 17 00:00:00 2001
From: fredrossperry <fredrossperry@gmail.com>
Date: Thu, 3 Mar 2016 11:00:08 -0800
Subject: Exclude AndroidDrawDevice from the Android app build.

---
 platform/android/build.gradle | 1 +
 1 file changed, 1 insertion(+)

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'
-- 
cgit v1.2.3