Skip to content

Commit

Permalink
[android] Fix Bionic modulemap file syntax.
Browse files Browse the repository at this point in the history
A line was forgotten in the rewrite which break the Android builds.
  • Loading branch information
drodriguez committed May 29, 2019
1 parent b8722fd commit 770bba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/public/Platform/bionic.modulemap.gyb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module SwiftGlibc [system] {

// C standard library
module C {
module features {
header "${GLIBC_INCLUDE_PATH}/features.h"
export *
}
Expand Down

0 comments on commit 770bba9

Please sign in to comment.