We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074dec6 commit 5ca591eCopy full SHA for 5ca591e
docs/the-new-architecture/pure-cxx-modules.md
@@ -191,7 +191,7 @@ This is the only time when we will have to write some platform-specific code.
191
192
### Android
193
194
-To make sure that the iOS app can effectively build the C++ Turbo Native Module, we need to:
+To make sure that the Android app can effectively build the C++ Turbo Native Module, we need to:
195
196
1. Create a `CMakeLists.txt` to access our C++ code
197
2. Modify `build.gradle` to point to the newly created `CMakeLists.txt` file.
0 commit comments