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 881abb0 commit 05b2a25Copy full SHA for 05b2a25
1 file changed
packages/react-native-audio-api/android/src/main/cpp/audioapi/CMakeLists.txt
@@ -19,7 +19,7 @@ set_source_files_properties(
19
set(INCLUDE_DIR ${COMMON_CPP_DIR}/audioapi/external/include)
20
set(FFMPEG_INCLUDE_DIR ${COMMON_CPP_DIR}/audioapi/external/include_ffmpeg)
21
set(EXTERNAL_DIR ${COMMON_CPP_DIR}/audioapi/external/android)
22
-set(JNI_LIBS_DIR ${COMMON_CPP_DIR}/../../android/src/main/jniLibs)
+set(JNI_LIBS_DIR ${CMAKE_SOURCE_DIR}/src/main/jniLibs)
23
24
add_library(react-native-audio-api SHARED ${ANDROID_CPP_SOURCES} ${COMMON_CPP_SOURCES})
25
0 commit comments