summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2014-09-10 15:58:54 -0700
committerTim Murray <timmurray@google.com>2014-09-10 16:10:21 -0700
commit6e6cdbc303bef581cfb7d1fd0902cb42c89010cc (patch)
tree8d01735ed73711a6d4beb4614f2725bcfc658d08 /Android.mk
parentcbbac9f5916b9253d88bc10c3661b1ecaa80afd8 (diff)
downloadandroid_frameworks_rs-6e6cdbc303bef581cfb7d1fd0902cb42c89010cc.tar.gz
android_frameworks_rs-6e6cdbc303bef581cfb7d1fd0902cb42c89010cc.tar.bz2
android_frameworks_rs-6e6cdbc303bef581cfb7d1fd0902cb42c89010cc.zip
Add flag to disable 64-bit driver.
bug 17428047 Change-Id: I888dd310449bf9079e352cb4aef31344c05b0ba8
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e8ec005e..b14d2d85 100644
--- a/Android.mk
+++ b/Android.mk
@@ -10,6 +10,10 @@ ifneq ($(OVERRIDE_RS_DRIVER),)
rs_base_CFLAGS += -DOVERRIDE_RS_DRIVER=$(OVERRIDE_RS_DRIVER)
endif
+ifneq ($(DISABLE_RS_64_BIT_DRIVER),)
+ rs_base_CFLAGS += -DDISABLE_RS_64_BIT_DRIVER
+endif
+
ifeq ($(RS_FIND_OFFSETS), true)
rs_base_CFLAGS += -DRS_FIND_OFFSETS
endif