Skip to content

feat: add mobile app build scaffolding#23448

Draft
AztecBot wants to merge 1 commit into
nextfrom
cb/70806ea7b6e1
Draft

feat: add mobile app build scaffolding#23448
AztecBot wants to merge 1 commit into
nextfrom
cb/70806ea7b6e1

Conversation

@AztecBot
Copy link
Copy Markdown
Collaborator

Summary

  • add a basic shared-native barretenberg mobile app shell for Android and iOS
  • add build scripts and root Makefile targets for the mobile apps
  • add a path-filtered GitHub Actions workflow that builds Android APK and iOS unsigned IPA artifacts

Validation

  • bash -n barretenberg/mobile-app/scripts/build-android.sh barretenberg/mobile-app/scripts/build-ios.sh
  • clang++ -std=c++20 -Ibarretenberg/mobile-app/shared/include -c barretenberg/mobile-app/shared/src/bb_mobile.cpp -o /tmp/bb_mobile.o
  • static checks over the workflow/project files

Note: Android Gradle and Xcode builds were not run inside this Linux session because the Android SDK/Gradle and Xcode toolchains are not installed here; the new workflow runs them on GitHub-hosted Linux/macOS runners.


Created by claudebox · group: slackbot

@AztecBot AztecBot added the claudebox Owned by claudebox. it can push to this PR. label May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

claudebox Owned by claudebox. it can push to this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant