commit | 21d78404a7ecc7ee0d047a7b66b30e6836ed4aa1 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Nov 17 22:41:05 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Nov 17 22:41:05 2023 +0000 |
tree | 424b51d5802e84a10aec33cb28ab602a8f754496 | |
parent | 644db222b235072452219569c9b6127ab185840d [diff] | |
parent | 240e65a1ac034b450d4d8c80f383ea0e255829a0 [diff] |
Merge "codec2 (mainline): pin cpp_std to gnu++17" into main
diff --git a/media/codec2/vndk/Android.bp b/media/codec2/vndk/Android.bp index bbe228c..265d87d 100644 --- a/media/codec2/vndk/Android.bp +++ b/media/codec2/vndk/Android.bp
@@ -171,6 +171,7 @@ // public dependency for implementing Codec 2 components cc_defaults { name: "libcodec2-impl-defaults", + cpp_std: "gnu++17", shared_libs: [ "libbase", // for C2_LOG