File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
libs/System.Security.Cryptography.Native.Android Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ else()
174
174
else ()
175
175
list (APPEND NATIVE_LIBS
176
176
System .Security.Cryptography.Native.Android-Static
177
- System .Security.Cryptography.Native.Android-StaticJNIExport
177
+ System .Security.Cryptography.Native.Android.JNIExport- Static
178
178
)
179
179
endif ()
180
180
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ add_library(System.Security.Cryptography.Native.Android-Static
56
56
# necessary to put this symbol in a separate .a archive so that we can exclude it
57
57
# from hiding described above.
58
58
#
59
- add_library (System .Security.Cryptography.Native.Android-StaticJNIExport
59
+ add_library (System .Security.Cryptography.Native.Android.JNIExport- Static
60
60
STATIC
61
61
pal_trust_manager_jni_export.c
62
62
)
@@ -68,16 +68,16 @@ target_link_libraries(System.Security.Cryptography.Native.Android
68
68
69
69
set_target_properties (System .Security.Cryptography.Native.Android PROPERTIES OUTPUT_NAME "System.Security.Cryptography.Native.Android" )
70
70
set_target_properties (System .Security.Cryptography.Native.Android-Static PROPERTIES OUTPUT_NAME "System.Security.Cryptography.Native.Android" CLEAN_DIRECT_OUTPUT 1)
71
- set_target_properties (System .Security.Cryptography.Native.Android-StaticJNIExport PROPERTIES OUTPUT_NAME "System.Security.Cryptography.Native.Android.JNIExport" CLEAN_DIRECT_OUTPUT 1)
71
+ set_target_properties (System .Security.Cryptography.Native.Android.JNIExport- Static PROPERTIES OUTPUT_NAME "System.Security.Cryptography.Native.Android.JNIExport" CLEAN_DIRECT_OUTPUT 1)
72
72
73
73
if (GEN_SHARED_LIB)
74
74
install_with_stripped_symbols (System .Security.Cryptography.Native.Android PROGRAMS .)
75
75
endif ()
76
76
77
77
install (TARGETS System .Security.Cryptography.Native.Android-Static DESTINATION ${STATIC_LIB_DESTINATION} COMPONENT libs)
78
- install (TARGETS System .Security.Cryptography.Native.Android-StaticJNIExport DESTINATION ${STATIC_LIB_DESTINATION} COMPONENT libs)
78
+ install (TARGETS System .Security.Cryptography.Native.Android.JNIExport- Static DESTINATION ${STATIC_LIB_DESTINATION} COMPONENT libs)
79
79
80
80
if (CLR_CMAKE_HOST_ANDROID)
81
81
install (TARGETS System .Security.Cryptography.Native.Android-Static DESTINATION sharedFramework COMPONENT runtime)
82
- install (TARGETS System .Security.Cryptography.Native.Android-StaticJNIExport DESTINATION sharedFramework COMPONENT runtime)
82
+ install (TARGETS System .Security.Cryptography.Native.Android.JNIExport- Static DESTINATION sharedFramework COMPONENT runtime)
83
83
endif ()
You can’t perform that action at this time.
0 commit comments