Temporarily disable QCOM RenderScript driver until we get a working
drop.

Bug: 36902991
Test: mm
Change-Id: Iff269cdb3b0e8b1f8583884b2da68b4c1a3c23ee
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 141d0a4..daefe4d 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -77,7 +77,9 @@
 
 HAVE_ADRENO_SOURCE:= false
 
-OVERRIDE_RS_DRIVER:= libRSDriver_adreno.so
+# Bug: 36902991
+# Disable the GPU RS driver until we get a working drop.
+# OVERRIDE_RS_DRIVER:= libRSDriver_adreno.so
 BOARD_CHARGER_DISABLE_INIT_BLANK := true
 # Enable auto suspend in poweroff charging to save power
 BOARD_CHARGER_ENABLE_SUSPEND := true