Skip to content

Commit f423302

Browse files
authored
Merge pull request #76853 from swiftlang/egorzhdan/glibc-remove-android
[Glibc] Remove Android gyb logic from the modulemap
2 parents e46ba86 + 0c10600 commit f423302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Platform/glibc.modulemap.gyb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/// It's not named just Glibc so that it doesn't conflict in the event of a
2020
/// future official glibc modulemap.
2121
module SwiftGlibc [system] {
22-
% if CMAKE_SDK in ["LINUX", "ANDROID", "OPENBSD"]:
22+
% if CMAKE_SDK in ["LINUX", "OPENBSD"]:
2323
link "m"
2424
% end
2525
% if CMAKE_SDK in ["LINUX", "FREEBSD", "OPENBSD", "CYGWIN"]:
@@ -49,7 +49,7 @@ module SwiftGlibc [system] {
4949
export *
5050
}
5151

52-
% if CMAKE_SDK != "WASI" and CMAKE_SDK != "ANDROID":
52+
% if CMAKE_SDK != "WASI":
5353
module CUUID [system] {
5454
header "uuid/uuid.h"
5555
link "uuid"

0 commit comments

Comments
 (0)