summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2011-01-31 14:53:24 -0800
committerAlex Sakhartchouk <alexst@google.com>2011-01-31 14:53:24 -0800
commit77d9f4bd05b2d2a161f30c12a2248f9c97eaac42 (patch)
tree3a709b9ac16afd941095e64fa961e4387f9175ee /Android.mk
parent099d7d33e55afeb3399f6e8cf8d665223ca94939 (diff)
downloadrs-77d9f4bd05b2d2a161f30c12a2248f9c97eaac42.tar.gz
Cleaning up the serialization change.
Renaming the define to be more in line with what it does and removing the host stub header file. Change-Id: Ibd3a0a6a398c7f81cc661f71e4478707fe1679ed
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 2d0b6c4e..25c8beb3 100644
--- a/Android.mk
+++ b/Android.mk
@@ -132,7 +132,7 @@ include $(BUILD_SHARED_LIBRARY)
# Now build a host version for serialization
include $(CLEAR_VARS)
-LOCAL_CFLAGS += -DANDROID_RS_BUILD_FOR_HOST
+LOCAL_CFLAGS += -DANDROID_RS_SERIALIZE
LOCAL_SRC_FILES:= \
rsAllocation.cpp \