Skip to content

Commit 8b04a74

Browse files
committed
android build
1 parent 6e04970 commit 8b04a74

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/react-native-quick-crypto/android/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ set(CMAKE_CXX_STANDARD 20)
99
add_library(
1010
${PACKAGE_NAME} SHARED
1111
src/main/cpp/cpp-adapter.cpp
12+
../cpp/cipher/HybridCipher.cpp
1213
../cpp/ed25519/HybridEdKeyPair.cpp
1314
../cpp/pbkdf2/HybridPbkdf2.cpp
1415
../cpp/random/HybridRandom.cpp
@@ -21,6 +22,7 @@ include(${CMAKE_SOURCE_DIR}/../nitrogen/generated/android/QuickCrypto+autolinkin
2122
# local includes
2223
include_directories(
2324
"src/main/cpp"
25+
"../cpp/cipher"
2426
"../cpp/ed25519"
2527
"../cpp/pbkdf2"
2628
"../cpp/random"

0 commit comments

Comments
 (0)