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 36832fe commit eacddd7Copy full SHA for eacddd7
android-activity/generate-bindings.sh
@@ -37,7 +37,9 @@ while read ARCH && read TARGET ; do
37
--blocklist-function 'GameActivity_onCreate_C' \
38
--newtype-enum '\w+_(result|status)_t' \
39
-- \
40
- -Igame-activity-csrc \
+ -Iandroid-games-sdk/game-activity/prefab-src/modules/game-activity/include \
41
+ -Iandroid-games-sdk/game-text-input/prefab-src/modules/game-text-input/include \
42
+ -Iandroid-games-sdk/include \
43
--sysroot="$SYSROOT" --target=$TARGET
44
45
done << EOF
0 commit comments