From 8c97f47adeb74567a9bf162ae25a82001928b970 Mon Sep 17 00:00:00 2001 From: Tomasz Wasilczyk Date: Wed, 15 Nov 2023 09:27:39 -0800 Subject: 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 --- native/dicttoolkit/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'native/dicttoolkit/Android.bp') diff --git a/native/dicttoolkit/Android.bp b/native/dicttoolkit/Android.bp index 4ae250fa2..6560d654a 100644 --- a/native/dicttoolkit/Android.bp +++ b/native/dicttoolkit/Android.bp @@ -24,6 +24,7 @@ package { cc_defaults { name: "dicttoolkit_defaults", + cpp_std: "gnu++17", cflags: [ "-Werror", "-Wall", -- cgit v1.2.3-83-g751a