Skip to content

Commit 562b79d

Browse files
committed
[android] Remove uuid.h from Android's Glibc.
Android doesn't ship with uuid.h, so having a module pointing to that header is an error.
1 parent 7311886 commit 562b79d

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)