From 5548435a16802a73985202e2110d5247af8a10d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Sat, 4 Mar 2023 01:17:29 +0000 Subject: Use default C++ version for ICU. These flags appear to have been added a long time ago and are no longer necessary. Keeping them prevents upgrading googletest, which requires at least C++14 in the most recent version. Bug: 271622675 Test: local build, presubmit Change-Id: I1b3154a74204ad94ab6bde53cfbff83ad882ffd3 --- icu4c/source/Android.bp | 1 - icu4c/source/test/Android.bp | 2 -- 2 files changed, 3 deletions(-) (limited to 'icu4c') diff --git a/icu4c/source/Android.bp b/icu4c/source/Android.bp index 689f6ba9c..e000efb9b 100644 --- a/icu4c/source/Android.bp +++ b/icu4c/source/Android.bp @@ -49,7 +49,6 @@ cc_library { "-Wall", "-Werror", ], - cppflags: ["-std=c++11"], target: { windows: { enabled: true, diff --git a/icu4c/source/test/Android.bp b/icu4c/source/test/Android.bp index 0e3462af5..4531fb8d7 100644 --- a/icu4c/source/test/Android.bp +++ b/icu4c/source/test/Android.bp @@ -39,8 +39,6 @@ cc_defaults { "-Wno-unused-parameter", "-Wno-unused-variable", ], - c_std: "c11", - cpp_std: "c++11", shared_libs: [ "libicu_cts_stub", "libicuuc_cts_stub", -- cgit v1.2.3