We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
//cuttlefish/common/libs/posix:strerror
1 parent 82a240c commit 9f273b3Copy full SHA for 9f273b3
base/cvd/cuttlefish/common/libs/posix/BUILD.bazel
@@ -4,14 +4,6 @@ package(
4
default_visibility = ["//:android_cuttlefish"],
5
)
6
7
-cf_cc_library(
8
- name = "strerror",
9
- hdrs = ["strerror.h"],
10
- deps = [
11
- "//cuttlefish/posix:strerror",
12
- ],
13
-)
14
-
15
cf_cc_library(
16
name = "symlink",
17
srcs = ["symlink.cc"],
base/cvd/cuttlefish/common/libs/posix/strerror.h
0 commit comments