Get most of the code actually working with most sanitizers
Change-Id: Id55793ea135a317abe2e7207159b3e95e42dcf8a
diff --git a/tools/cpp/asan-blacklist b/tools/cpp/asan-blacklist
new file mode 100644
index 0000000..37191ea
--- /dev/null
+++ b/tools/cpp/asan-blacklist
@@ -0,0 +1,4 @@
+# Ignore issues with initialization order for gflags mutexes.
+# They (at least try to) work around any issues with complicated stuff explained
+# in a comment at the top of //third_party/gflags/src/mutex.h.
+type:gflags_mutex_namespace::Mutex=init