-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Fix native components build for Android #32800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
00206f8
1050d47
11cc8d5
6323e8d
0c23d95
b113784
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -57,6 +57,10 @@ else(CLR_CMAKE_HOST_WIN32) | |
| set(EXPORTS_LINKER_OPTION -Wl,-exported_symbols_list,${EXPORTS_FILE}) | ||
| endif(CLR_CMAKE_TARGET_DARWIN) | ||
|
|
||
| if(CLR_CMAKE_TARGET_ANDROID AND CLR_CMAKE_HOST_ARCH_ARM) | ||
| set(EXPORTS_LINKER_OPTION "${EXPORTS_LINKER_OPTION} -Wl,--no-warn-shared-textrel") | ||
| endif() | ||
|
||
|
|
||
| endif (CLR_CMAKE_HOST_WIN32) | ||
|
|
||
| add_definitions(-DFX_VER_INTERNALNAME_STR=CoreCLR.dll) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,6 +25,8 @@ | |
| #undef min | ||
| #undef max | ||
|
|
||
| #include <algorithm> | ||
|
|
||
| #if HAVE_SYS_TIME_H | ||
| #include <sys/time.h> | ||
| #else | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.