From a9963b538c6585f562015ac5eaf5221cd83ae099 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 15 Jun 2023 11:46:44 -0700 Subject: 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 --- Android.bp | 2 -- 1 file changed, 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", -- cgit v1.2.3