summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-04-07 13:28:30 -0700
committerColin Cross <ccross@android.com>2016-04-07 13:28:30 -0700
commit032303c9820b3aed7f12fd2934840e785d863795 (patch)
treef339e440e54f49881f076cd5ccc097eab872a6e3
parentaf2d3e43a8058607edc71344060d9952b8c5aa7d (diff)
downloadlibcxxabi-032303c9820b3aed7f12fd2934840e785d863795.tar.gz
Change-Id: I9042d585eaab944bc5c34b95e9ec7350565a67d2
-rw-r--r--Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 3141f93..e8eddbe 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,7 +49,9 @@ cc_library_static {
"-Wno-unused-function",
"-Werror",
],
- sanitize: ["never"],
+ sanitize: {
+ never: true,
+ },
stl: "none",
rtti: true,
arch: {