From a4acd5830b02e12c7eefc46a7f95031e5df4c74d Mon Sep 17 00:00:00 2001 From: Dmitry Shmidt Date: Wed, 22 Jun 2022 15:06:38 -0700 Subject: nanotool: Remove cpp_std: c++11 Bug: 236877636 Test: make nanotool -j24 Signed-off-by: Dmitry Shmidt Change-Id: I0ff1481d841f5d49346264aa7140ec097d2718ad --- util/nanotool/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/util/nanotool/Android.bp b/util/nanotool/Android.bp index bf8b3204..b43271b1 100644 --- a/util/nanotool/Android.bp +++ b/util/nanotool/Android.bp @@ -49,7 +49,6 @@ cc_binary { "libutils", ], - cpp_std: "c++11", cflags: [ "-Wall", "-Werror", -- cgit v1.2.3