aboutsummaryrefslogtreecommitdiff
path: root/devel/android-tools-adb/files/patch-base_include_android-base_logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/android-tools-adb/files/patch-base_include_android-base_logging.h')
-rw-r--r--devel/android-tools-adb/files/patch-base_include_android-base_logging.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/android-tools-adb/files/patch-base_include_android-base_logging.h b/devel/android-tools-adb/files/patch-base_include_android-base_logging.h
deleted file mode 100644
index 7bdccd8bad78..000000000000
--- a/devel/android-tools-adb/files/patch-base_include_android-base_logging.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- base/include/android-base/logging.h.orig 2019-07-17 19:54:09 UTC
-+++ base/include/android-base/logging.h
-@@ -350,7 +350,7 @@ struct LogAbortAfterFullExpr {
- // DCHECKs are debug variants of CHECKs only enabled in debug builds. Generally
- // CHECK should be used unless profiling identifies a CHECK as being in
- // performance critical code.
--#if defined(NDEBUG) && !defined(__clang_analyzer__)
-+#if defined(NDEBUG) && !defined(__clang_analyzer__) || !defined(__ANDROID__)
- static constexpr bool kEnableDChecks = false;
- #else
- static constexpr bool kEnableDChecks = true;