mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
8b9d39cdbf
This commit removes the `android-ndk` platform support from the `script/cmake-build` script and deletes the associated CI job from the GitHub Actions workflow. The `android-ndk` build was used to verify OpenThread compatibility with the Android NDK. However, since OpenThread is now officially included in the Android platform, maintaining a separate NDK-based build in this repository is no longer necessary. Changes: - Remove `android-ndk` from `OT_PLATFORMS` in `script/cmake-build`. - Remove NDK-specific configuration logic in `script/cmake-build`. - Remove the `android-ndk` job from `.github/workflows/build.yml`.