commit | b927b7fc70e4e9260ae65a94051175b864d523e6 | [log] [tgz] |
---|---|---|
author | Nicolas Catania <niko@google.com> | Thu Jan 21 10:11:30 2010 -0800 |
committer | Nicolas Catania <niko@google.com> | Thu Jan 21 10:11:30 2010 -0800 |
tree | 10b3763f5134eb0d0a62c287b4945094912b410a | |
parent | f97111f8c2c3c87a7517d49aff2ba5abd3293272 [diff] |
Revert "Bionic does not provide a cxxabi" This reverts commit 10f1732dfda0396470ddde0bce42a3042c8b985c.
diff --git a/include/gtest/internal/gtest-type-util.h b/include/gtest/internal/gtest-type-util.h index 9ea011f..1ea7d18 100644 --- a/include/gtest/internal/gtest-type-util.h +++ b/include/gtest/internal/gtest-type-util.h
@@ -47,7 +47,7 @@ #if GTEST_HAS_TYPED_TEST || GTEST_HAS_TYPED_TEST_P -#if defined(__GNUC__) && !GTEST_OS_ANDROID +#ifdef __GNUC__ #include <cxxabi.h> #endif // __GNUC__