Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove unused cmake abiFilters (#486)
### Summary > `cmake.abiFilters` specifies the Application Binary Interfaces (ABI) that Gradle should build outputs for. The ABIs that Gradle packages into your APK are determined by `android.defaultConfig.ndk.abiFilter` [link](https://developer.android.com/reference/tools/gradle-api/7.3/com/android/build/api/dsl/ExternalNativeCmakeOptions) - Support for C++ module was introduced at 6588c5c three years ago - React Native application template instroduced `reactNativeArchitectures` since facebook/react-native@0f39a10 two years ago ### Test plan None
- Loading branch information