Skip to content

Commit

Permalink
Update pure-cxx-modules.md (#4285)
Browse files Browse the repository at this point in the history
  • Loading branch information
maulikmi authored Oct 17, 2024
1 parent 074dec6 commit 5ca591e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/the-new-architecture/pure-cxx-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ This is the only time when we will have to write some platform-specific code.

### Android

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:

1. Create a `CMakeLists.txt` to access our C++ code
2. Modify `build.gradle` to point to the newly created `CMakeLists.txt` file.
Expand Down

0 comments on commit 5ca591e

Please sign in to comment.