switch Android build to C17 from C11

This commit is contained in:
Daniel Micay 2022-01-13 14:48:56 -05:00
parent 42b097f3b0
commit d470ae56a5

View File

@ -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",
}