mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[android] Update to LTS NDK 27c
Add a new bits/ header to the Android overlay, include runtime libraries that are auto-extracted and listed many times to the list of libraries to be de-duplicated, enable a C++ interop test that's working again, and update the doc with new libraries that need to be available to run a simple executable.
This commit is contained in:
@@ -557,7 +557,7 @@ function(_add_target_variant_link_flags)
|
||||
if(NOT CMAKE_HOST_SYSTEM MATCHES Windows)
|
||||
# The Android resource dir is specified from build.ps1 on windows.
|
||||
if(NOT "${SWIFT_ANDROID_NDK_PATH}" STREQUAL "")
|
||||
if("${SWIFT_ANDROID_NDK_PATH}" MATCHES "r26")
|
||||
if("${SWIFT_ANDROID_NDK_PATH}" MATCHES "r26|r27")
|
||||
file(GLOB RESOURCE_DIR ${SWIFT_SDK_ANDROID_ARCH_${LFLAGS_ARCH}_PATH}/../lib/clang/*)
|
||||
else()
|
||||
file(GLOB RESOURCE_DIR ${SWIFT_SDK_ANDROID_ARCH_${LFLAGS_ARCH}_PATH}/../lib64/clang/*)
|
||||
|
||||
Reference in New Issue
Block a user