summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2022-06-22 15:06:38 -0700
committerDmitry Shmidt <dimitrysh@google.com>2022-06-22 15:07:49 -0700
commita4acd5830b02e12c7eefc46a7f95031e5df4c74d (patch)
treee7d2d142dba79ff033cccf9b38d73ff42f4758e0
parentdcd1fc0da443fa0d22c0ad02ff8be2770f49220f (diff)
downloadcontexthub-a4acd5830b02e12c7eefc46a7f95031e5df4c74d.tar.gz
nanotool: Remove cpp_std: c++11
Bug: 236877636 Test: make nanotool -j24 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com> Change-Id: I0ff1481d841f5d49346264aa7140ec097d2718ad
-rw-r--r--util/nanotool/Android.bp1
1 files changed, 0 insertions, 1 deletions
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",