We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e469802 commit 6ce67b1Copy full SHA for 6ce67b1
1 file changed
base/cvd/teeui/libteeui/prebuilt/localization/BUILD.bazel
@@ -1,6 +1,5 @@
1
load("@rules_cc//cc:cc_library.bzl", "cc_library")
2
load("@rules_cc//cc:cc_test.bzl", "cc_test")
3
-
4
load("//:build_variables.bzl", "COPTS")
5
load("//tools/lint:linters.bzl", "clang_tidy_test")
6
@@ -35,7 +34,7 @@ cc_test(
35
34
srcs = [
36
"ConfirmationUITranslations-test.cpp",
37
],
38
- copts = COPTS + ["-Icuttlefish"],
+ copts = COPTS,
39
deps = [
40
":libteeui_localization",
41
0 commit comments