From d470ae56a58fa3c31b519747c4983036ec15d8fa Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 13 Jan 2022 14:48:56 -0500 Subject: [PATCH] switch Android build to C17 from C11 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 651d490..d47b41b 100644 --- a/Android.bp +++ b/Android.bp @@ -43,7 +43,7 @@ cc_defaults { cflags: ["-DCONFIG_CLASS_REGION_SIZE=34359738368"] // 32GiB }, }, - conlyflags: ["-std=c11", "-Wmissing-prototypes"], + conlyflags: ["-std=c17", "-Wmissing-prototypes"], stl: "none", }