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
For CMake if there is no option yet we ought to be making an upstream change that isn't Android specific, so it's a bit more involved. Worth considering.
The goal is to not require users of the NDK to add libcxxabi_cppflags += -mbranch-protection=standard to their makefiles. Instead, they should be able to write LOCAL_BRANCH_PROTECTION := standard. Then ndk-build would internally ignore that for non arm64, and for arm64 would add -mbranch-protection=$OPTION_VALUE to LOCAL_CFLAGS internally.
Rather than requiring
all over the place, we should add a
LOCAL_BRANCH_PROTECTION := standard
that is ignored for non-arm64.The text was updated successfully, but these errors were encountered: