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__