Skip to content

Commit 770bba9

Browse files
committed
[android] Fix Bionic modulemap file syntax.
A line was forgotten in the rewrite which break the Android builds.
1 parent b8722fd commit 770bba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Platform/bionic.modulemap.gyb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module SwiftGlibc [system] {
2727

2828
// C standard library
2929
module C {
30+
module features {
3031
header "${GLIBC_INCLUDE_PATH}/features.h"
3132
export *
3233
}

0 commit comments

Comments
 (0)