Add CameraFeed support for Android

Co-authored-by: KOGA Mitsuhiro <shiena.jp@gmail.com>
This commit is contained in:
Leo de Penning 2025-04-18 22:20:21 +09:00 committed by KOGA Mitsuhiro
parent 209a446e36
commit 296ca79b9d
12 changed files with 666 additions and 2 deletions

View file

@ -3,7 +3,7 @@ def can_build(env, platform):
if sys.platform.startswith("freebsd"):
return False
return platform == "macos" or platform == "windows" or platform == "linuxbsd"
return platform == "macos" or platform == "windows" or platform == "linuxbsd" or platform == "android"
def configure(env):