From c0450e643b57b458b9644ddb65d19db2092fff0d Mon Sep 17 00:00:00 2001 From: Maulik Togadiya <103555182+maulikmi@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:16:54 +0530 Subject: [PATCH] Update pure-cxx-modules.md --- docs/the-new-architecture/pure-cxx-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/the-new-architecture/pure-cxx-modules.md b/docs/the-new-architecture/pure-cxx-modules.md index 3cbc4c3c0bf..82f94ef0c38 100644 --- a/docs/the-new-architecture/pure-cxx-modules.md +++ b/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. ### 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.