android support

This commit is contained in:
ekibun
2020-08-12 23:24:01 +08:00
parent 17d2876e36
commit 69c2516ac5
73 changed files with 67422 additions and 84 deletions

46
.vscode/settings.json vendored
View File

@@ -57,6 +57,48 @@
"xstring": "cpp",
"xtr1common": "cpp",
"xtree": "cpp",
"xutility": "cpp"
}
"xutility": "cpp",
"array": "cpp",
"bit": "cpp",
"bitset": "cpp",
"clocale": "cpp",
"cstdarg": "cpp",
"ctime": "cpp",
"cwctype": "cpp",
"fstream": "cpp",
"locale": "cpp",
"optional": "cpp",
"variant": "cpp",
"xlocbuf": "cpp",
"xlocmes": "cpp",
"xlocmon": "cpp",
"xloctime": "cpp",
"cerrno": "cpp",
"__bit_reference": "cpp",
"__config": "cpp",
"__debug": "cpp",
"__errc": "cpp",
"__functional_base": "cpp",
"__hash_table": "cpp",
"__locale": "cpp",
"__mutex_base": "cpp",
"__node_handle": "cpp",
"__nullptr": "cpp",
"__split_buffer": "cpp",
"__string": "cpp",
"__threading_support": "cpp",
"__tree": "cpp",
"__tuple": "cpp",
"complex": "cpp",
"iomanip": "cpp",
"string_view": "cpp",
"strstream": "cpp",
"*.tcc": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"cfenv": "cpp",
"cinttypes": "cpp",
"typeindex": "cpp"
},
"java.configuration.updateBuildConfiguration": "interactive"
}