Skip to content

Commit 47be3d6

Browse files
authored
Merge pull request swiftlang#24547 from drodriguez/android-remove-uuid-from-glibc
[android] Remove uuid.h from Android's Glibc.
2 parents 1f84f07 + 562b79d commit 47be3d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/Platform/glibc.modulemap.gyb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,10 @@ module SwiftGlibc [system] {
528528
}
529529
}
530530

531+
% if CMAKE_SDK != "ANDROID":
531532
module CUUID [system] {
532533
header "${GLIBC_INCLUDE_PATH}/uuid/uuid.h"
533534
link "uuid"
534535
export *
535536
}
537+
% end

0 commit comments

Comments
 (0)