summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2014-06-10 09:46:51 -0700
committerTim Murray <timmurray@google.com>2014-06-10 10:24:42 -0700
commite3af53b643677c40d228ffd3624cf259f4dc68ed (patch)
tree87ece7302c71da8ac9cfc514fd220787033a3b1b /Android.mk
parent5e0109a20a4c6c950c0e4938a204acb4dec82d7e (diff)
downloadrs-e3af53b643677c40d228ffd3624cf259f4dc68ed.tar.gz
Update structs and defines for 64-bit.
Also adds RS_FIND_OFFSETS, which prints address info for various types that allow us to easily update __pad. Change-Id: I4d57248e155d113c83ff69f4f8f64160aa24fb9b
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 7ec81095..13571609 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
+ifeq ($(RS_FIND_OFFSETS), true)
+ rs_base_CFLAGS += -DRS_FIND_OFFSETS
+endif
+
include $(CLEAR_VARS)
LOCAL_CLANG := true
LOCAL_MODULE := libRSDriver