Merge "Use the global default cpp_std." into main
diff --git a/shim/Android.bp b/shim/Android.bp
index fd460b0..6ae4ef2 100644
--- a/shim/Android.bp
+++ b/shim/Android.bp
@@ -40,7 +40,6 @@
         "-DNN_COMPATIBILITY_LIBRARY_BUILD",
         "-fexceptions",
         "-fPIC",
-        "-std=c++17",
         "-Wall",
         "-fexceptions",
         "-Werror",