Skip to content

Commit a6211a6

Browse files
committed
[gn build] Port ff17a41
1 parent 1c28b92 commit a6211a6

File tree

1 file changed

+1
-4
lines changed
  • llvm/utils/gn/secondary/lldb/source/Host

1 file changed

+1
-4
lines changed

llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,7 @@ static_library("Host") {
114114
]
115115
}
116116
if (current_os == "android") {
117-
sources += [
118-
"android/HostInfoAndroid.cpp",
119-
"android/LibcGlue.cpp",
120-
]
117+
sources += [ "android/HostInfoAndroid.cpp" ]
121118
}
122119

123120
if (current_os == "freebsd") {

0 commit comments

Comments
 (0)