Skip to content

Commit 604f702

Browse files
committed
Remove workaround for bug triggered by Android environment variable
We had to unset this common Android env var to work around the compiler bug, but it should be fixed in the compiler now.
1 parent 5eee019 commit 604f702

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/scripts/install-and-build-with-sdk.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -797,11 +797,6 @@ build() {
797797

798798
log "Running: $build_command"
799799

800-
# clear the ANDROID_NDK_ROOT environment variable if it is set
801-
# due to https://github.com/swiftlang/swift-driver/pull/1879
802-
# otherwise build error: missing required module 'SwiftAndroid'
803-
export ANDROID_NDK_ROOT=""
804-
805800
if eval "$build_command"; then
806801
log "✅ Swift build with Android Swift SDK completed successfully"
807802
else

0 commit comments

Comments
 (0)