mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[android] Fix Bionic modulemap file syntax.
A line was forgotten in the rewrite which break the Android builds.
This commit is contained in:
@@ -27,6 +27,7 @@ module SwiftGlibc [system] {
|
||||
|
||||
// C standard library
|
||||
module C {
|
||||
module features {
|
||||
header "${GLIBC_INCLUDE_PATH}/features.h"
|
||||
export *
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user