set ro.hwui.disable_scissor_opt=true in device.mk

Bug: 7329142
Change-Id: I1407390ab253ccd8a42e112272322035396ca2d6
diff --git a/device.mk b/device.mk
index 6db9de7..f5d3dfe 100644
--- a/device.mk
+++ b/device.mk
@@ -170,7 +170,8 @@
     ro.hwui.text_small_cache_width=1024 \
     ro.hwui.text_small_cache_height=1024 \
     ro.hwui.text_large_cache_width=2048 \
-    ro.hwui.text_large_cache_height=1024
+    ro.hwui.text_large_cache_height=1024 \
+    ro.hwui.disable_scissor_opt=true
 
 # setup dalvik vm configs.
 $(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)