build: release package for macos

This commit is contained in:
ardocrat
2024-06-19 15:40:07 +03:00
parent 5f56042dc8
commit db09df3663
12 changed files with 259 additions and 25 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ Install Android SDK / NDK / Platform Tools for your OS according to this [FAQ](h
#### Build the project
Run Android emulator or connect a real device. Command `adb devices` should show at least one device.
In the root of the repo run `./build_run_android.sh release arch`, where is `arch` is `v7` or `v8` based on device CPU architecture.
In the root of the repo run `./scripts/build_run_android.sh debug|release v7|v8`, where is `v7`, `v8` - device CPU architecture.
## License