You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plusls opened this issue
Oct 18, 2022
· 0 comments
Labels
A-linkageArea: linking into static, shared libraries and binariesO-androidOperating system: AndroidT-libsRelevant to the library team, which will review and decide on the PR/issue.
I found that in cmake-rs set no_default_flags when use ndk, and I found that in ndk25, flag_if_supported always return false because of it check -luwind use the default flag --target=aarch64-linux-android cause compile failed.
The text was updated successfully, but these errors were encountered:
jyn514
added
A-linkage
Area: linking into static, shared libraries and binaries
O-android
Operating system: Android
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
labels
Apr 9, 2023
A-linkageArea: linking into static, shared libraries and binariesO-androidOperating system: AndroidT-libsRelevant to the library team, which will review and decide on the PR/issue.
I discuss it in rust-lang/cc-rs#731 (comment)
I found that in cmake-rs set no_default_flags when use ndk, and I found that in ndk25, flag_if_supported always return false because of it check -luwind use the default flag
--target=aarch64-linux-android
cause compile failed.The text was updated successfully, but these errors were encountered: