We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4aec63 commit 2f6ca63Copy full SHA for 2f6ca63
android-activity/generate-bindings.sh
@@ -36,7 +36,9 @@ while read ARCH && read TARGET ; do
36
--blocklist-function 'GameActivity_onCreate_C' \
37
--newtype-enum '\w+_(result|status)_t' \
38
-- \
39
- -Igame-activity-csrc \
+ -Iandroid-games-sdk/game-activity/prefab-src/modules/game-activity/include \
40
+ -Iandroid-games-sdk/game-text-input/prefab-src/modules/game-text-input/include \
41
+ -Iandroid-games-sdk/include \
42
--sysroot="$SYSROOT" --target=$TARGET
43
44
done << EOF
0 commit comments