Skip to content

Commit 8c97f47

Browse files
author
Tomasz Wasilczyk
committed
dicttoolkit: pin cpp_std to gnu++17
This project doesn't build with gnu++20 and prevents AOSP default to be upgraded to a newer standard. Once the build failure is fixed here, this change can be reverted. Bug: 311052584 Test: m checkbuild Change-Id: If2d19c1b6d970703a1dbf7685588a4a4be5a53c1
1 parent 0bba807 commit 8c97f47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

native/dicttoolkit/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ package {
2424
cc_defaults {
2525
name: "dicttoolkit_defaults",
2626

27+
cpp_std: "gnu++17",
2728
cflags: [
2829
"-Werror",
2930
"-Wall",

0 commit comments

Comments
 (0)