Fix classic_table implementation for bionic

Change-Id: I26716b16bddcfb7109f436822067950fd99a5c08
diff --git a/src/locale.cpp b/src/locale.cpp
index afc96bd..868c758 100644
--- a/src/locale.cpp
+++ b/src/locale.cpp
@@ -1039,6 +1039,8 @@
     return *__ctype_b_loc();
 #elif defined(_AIX)
     return (const unsigned int *)__lc_ctype_ptr->obj->mask;
+#elif defined(__ANDROID__)
+    return _ctype_;
 #else
     // Platform not supported: abort so the person doing the port knows what to
     // fix