Merge "libtextclassifier: pin cpp_std to gnu++17" into main
diff --git a/native/Android.bp b/native/Android.bp
index 8dde949..63270c2 100644
--- a/native/Android.bp
+++ b/native/Android.bp
@@ -75,6 +75,7 @@
 cc_defaults {
     name: "libtextclassifier_defaults",
     stl: "libc++_static",
+    cpp_std: "gnu++17",
     sdk_version: "current",
     // For debug / treemap purposes.
     //strip: {