[android] Fix Bionic modulemap file syntax.

A line was forgotten in the rewrite which break the Android builds.
This commit is contained in:
Daniel Rodríguez Troitiño
2019-05-29 11:04:42 -07:00
parent b8722fd7d4
commit 770bba91bd

View File

@@ -27,6 +27,7 @@ module SwiftGlibc [system] {
// C standard library
module C {
module features {
header "${GLIBC_INCLUDE_PATH}/features.h"
export *
}