summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2016-03-24 23:37:09 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-03-24 23:37:10 +0000
commit702eedfed8a1a0dc4f82a2dec56f7dda08d4526a (patch)
tree48aff2cf615a4c4569a82b04d0b3f1e02c41b01f /driver
parentff6c356c4166ad461c2a1be3f8ac57a0da972daf (diff)
parent3565d51a9e8328bf00310334ddef90f547f5df6b (diff)
downloadrs-702eedfed8a1a0dc4f82a2dec56f7dda08d4526a.tar.gz
Merge "Revert "Build libclcore libraries with UNRELEASED RS_VERSION"" into nyc-dev
Diffstat (limited to 'driver')
-rw-r--r--driver/runtime/build_bc_lib_internal.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/driver/runtime/build_bc_lib_internal.mk b/driver/runtime/build_bc_lib_internal.mk
index ca96a72f..8797abe8 100644
--- a/driver/runtime/build_bc_lib_internal.mk
+++ b/driver/runtime/build_bc_lib_internal.mk
@@ -39,14 +39,11 @@ bc_clang_cc1_cflags += -target-feature +long64
endif
bc_translated_clang_cc1_cflags := $(addprefix -Xclang , $(bc_clang_cc1_cflags))
-# Bug: 25435756 - must be switched back to the proper API level
-bc_RS_VERSION := -DRS_VERSION=4294967295
-
# Disable deprecated warnings, because we have to support even legacy APIs.
bc_warning_flags := -Wno-deprecated -Werror
bc_cflags := -MD \
- $(bc_RS_VERSION) \
+ $(RS_VERSION_DEFINE) \
-std=c99 \
-c \
-O3 \