Remove bit32 from lua libraries as this is being deprecated in 5.3 \ am: 86435cb397 am: 1ffb72ce22

Original change: https://googleplex-android-review.googlesource.com/c/platform/external/libtextclassifier/+/12325447

Change-Id: I3568141eef1aeb80ef95bfc65b5be082d40c7aa2
diff --git a/native/utils/lua-utils.cc b/native/utils/lua-utils.cc
index d6fe2c4..fe3d12d 100644
--- a/native/utils/lua-utils.cc
+++ b/native/utils/lua-utils.cc
@@ -26,7 +26,6 @@
 static constexpr luaL_Reg defaultlibs[] = {{"_G", luaopen_base},
                                            {LUA_TABLIBNAME, luaopen_table},
                                            {LUA_STRLIBNAME, luaopen_string},
-                                           {LUA_BITLIBNAME, luaopen_bit32},
                                            {LUA_MATHLIBNAME, luaopen_math},
                                            {nullptr, nullptr}};