summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-11-15 18:02:01 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-11-15 18:02:01 +0000
commit0ab5782399fe615d42a62acdd7862f8414dcab74 (patch)
tree22964a4f015963008ac574b835ad1c8aba090b62
parentc80df705d14ff5cdcfc09c2a5fb32505b7c6d61d (diff)
parent4247ef788cf0098e47e19cdbb120bd50ea747a29 (diff)
downloadlibtextclassifier-0ab5782399fe615d42a62acdd7862f8414dcab74.tar.gz
Merge "libtextclassifier: pin cpp_std to gnu++17" into main
-rw-r--r--native/Android.bp1
1 files changed, 1 insertions, 0 deletions
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_library_static {
cc_defaults {
name: "libtextclassifier_defaults",
stl: "libc++_static",
+ cpp_std: "gnu++17",
sdk_version: "current",
// For debug / treemap purposes.
//strip: {