Fix default Android API version mismatch between vcpkg and rest of build (for working on android 6) (#14850)

* Fork vcpkg triplets to keep Android API version on 21

Fixes crash on API platforms 21 to 23 due to missing
symbol `__write_chk` (available since API 24).

Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>

* flutter/build_android_deps.sh: Refactor to remove unused

... variables and shellcheck warnings.

Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>

---------

Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
Vasyl Gello
2026-07-10 06:38:43 +03:00
committed by GitHub
parent 29e1852a68
commit 480e9e8234
6 changed files with 86 additions and 56 deletions

View File

@@ -95,6 +95,9 @@
},
"overlay-ports": [
"./res/vcpkg"
],
"overlay-triplets": [
"./res/vcpkg-triplets"
]
},
"overrides": [