summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-04-07 13:28:39 -0700
committerColin Cross <ccross@android.com>2016-04-07 13:28:39 -0700
commit75720b6995ce3c96222ee78ba58cd573f95f8cde (patch)
tree3e8cb5a4329de6c1f92893222e50a366a32739e9
parent90a424562331f020e314736802f98039b84c9567 (diff)
downloadlibunwind_llvm-75720b6995ce3c96222ee78ba58cd573f95f8cde.tar.gz
Change-Id: I14d9ced1dd65ffe85ce1e8d3b7a68a6726c2ccf5
-rw-r--r--Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 39fec89..1c89df4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,7 +50,9 @@ cc_library_static {
local_include_dirs: LIBUNWIND_LOCAL_INCLUDES,
cppflags: LIBUNWIND_CPPFLAGS,
stl: "none",
- sanitize: ["never"],
+ sanitize: {
+ never: true,
+ },
enabled: false,
arch: {
arm: {