aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJack He <siyuanh@google.com>2018-02-09 03:02:46 -0800
committerJack He <siyuanh@google.com>2018-02-09 03:02:46 -0800
commit0a0d8ebf5cbe1fe689486cc9fb3a29366d64a676 (patch)
treed5f77b807acc4a8cdab81ca279bf9c0806a5bd7d /build
parentabc34b4d74d0108f526d87f486d0e18813e1ae0a (diff)
downloadbt-0a0d8ebf5cbe1fe689486cc9fb3a29366d64a676.tar.gz
Build: Remove DCHECK_ALWAYS_ON flag
* According to libchrome documentation, DCHECK_ALWAYS_ON must be set or unset on both our library and libchrome. Flag mis-match may cause hard-to-debug segfaults which we experience when using base::Thread Change-Id: If3740196340b02d2d0bb41e08f0b551d47f49864 Fixes: 73147157 Test: make
Diffstat (limited to 'build')
-rw-r--r--build/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/Android.bp b/build/Android.bp
index cf5768078..0402a6dd3 100644
--- a/build/Android.bp
+++ b/build/Android.bp
@@ -35,7 +35,6 @@ fluoride_defaults {
debuggable: {
cflags: [
"-DBLUEDROID_DEBUG",
- "-DDCHECK_ALWAYS_ON"
],
},
},