aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2023-06-15 11:46:44 -0700
committerElliott Hughes <enh@google.com>2023-06-15 11:47:20 -0700
commita9963b538c6585f562015ac5eaf5221cd83ae099 (patch)
tree2139caf6fd7da5a476905aed2473ff7dec72c15b
parentc1a99ade63b652dcc5659e5d6de4e7592ef786f5 (diff)
downloadmtools-a9963b538c6585f562015ac5eaf5221cd83ae099.tar.gz
C11 has been the platform (and compiler) default for a while now.
Noticed while moving us up to C17. Bug: http://b/232413369 Test: treehugger Change-Id: I3a4866782169888c3372b64159725ab5119a12ce
-rw-r--r--Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 4f9461f..a8c327f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -106,8 +106,6 @@ cc_binary_host {
"vfat.c",
"xdf_io.c",
],
- // Needs C11 language feature.
- c_std: "experimental",
cflags: [
"-DSYSCONFDIR=\"/etc\"",
"-Wno-missing-field-initializers",