Skip to content

Commit

Permalink
[Android] Split android_security.c into multiple files (#44603)
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBo committed Nov 13, 2020
1 parent 77ba2bd commit ce1d60f
Show file tree
Hide file tree
Showing 16 changed files with 801 additions and 658 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ project(System.Security.Cryptography.Native.Android C)

add_compile_options(-Wno-gnu-zero-variadic-macro-arguments)
add_compile_options(-Wno-unused-parameter)
add_compile_options(-Wno-unused-variable)

set(NATIVECRYPTO_SOURCES
android_security.c
pal_jni.c
pal_misc.c
pal_evp.c
pal_evp_cipher.c
pal_hmac.c
pal_bignum.c
)

add_library(System.Security.Cryptography.Native.Android
Expand Down
Loading

0 comments on commit ce1d60f

Please sign in to comment.