From 71abbab169960e7bd48f18ad72eafe042836ec7f Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Thu, 3 Apr 2025 08:19:44 +0200 Subject: [PATCH] [LOCAL] Move CMakeLists for fast_float to third-party folder --- .../src/main/jni/{ => third-party}/fast_float/CMakeLists.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/react-native/ReactAndroid/src/main/jni/{ => third-party}/fast_float/CMakeLists.txt (100%) diff --git a/packages/react-native/ReactAndroid/src/main/jni/fast_float/CMakeLists.txt b/packages/react-native/ReactAndroid/src/main/jni/third-party/fast_float/CMakeLists.txt similarity index 100% rename from packages/react-native/ReactAndroid/src/main/jni/fast_float/CMakeLists.txt rename to packages/react-native/ReactAndroid/src/main/jni/third-party/fast_float/CMakeLists.txt