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
Dispatch.swiftmodule in a locally build Android SDK via build.ps1 contains a file for each architecture but they all have the Android target API (28) in the name:
None of the other swift modules in the Android SDK are named this way-- there is no android28 just android as part of the target name, e.g. aarch64-unknown-linux-android.swiftmodule. For example, Foundation.swiftmodule:
In order to build against a local Android SDK, I have to copy or rename the Dispatch.swiftmodule files to versions without the 28 in the name. I expect this is a bug in the way build.ps1 generates the Android SDK.
The text was updated successfully, but these errors were encountered:
Dispatch.swiftmodule
in a locally build Android SDK via build.ps1 contains a file for each architecture but they all have the Android target API (28) in the name:None of the other swift modules in the Android SDK are named this way-- there is no
android28
justandroid
as part of the target name, e.g.aarch64-unknown-linux-android.swiftmodule
. For example,Foundation.swiftmodule
:In order to build against a local Android SDK, I have to copy or rename the
Dispatch.swiftmodule
files to versions without the28
in the name. I expect this is a bug in the waybuild.ps1
generates the Android SDK.The text was updated successfully, but these errors were encountered: