* Restore bundled-warp lib prebuilts to the repository. #78 git rm --cached removed tracked .so files; they should stay in git while remaining listed in .gitignore for local git add. Co-authored-by: Cursor <cursoragent@cursor.com> * Skip CI Go/NDK when soulamz prebuilts are already in the checkout. Prebuilts are back in the tree; only install toolchain when inputs changed. Document gitignore vs tracked prebuilts model. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
513 B
513 B
Generated by scripts/build-soulamz.sh
libsoulamz.so for both ABIs lives under lib/. The directory is in .gitignore so local git add skips it, but prebuilts stay in the repository and checkouts include them. soulamz.inputs records a hash of native/soulamz inputs and scripts/build-soulamz.sh.
CI on main rebuilds when inputs change and force-commits lib/ plus soulamz.inputs with git add -f and [skip ci].
Local rebuild: ./scripts/build-soulamz.sh (requires Go and the Android NDK).