Skip to content

Commit 6ce67b1

Browse files
committed
Remove -Icuttlefish from libteeui localization test
Assisted-by: Gemini:Next
1 parent e469802 commit 6ce67b1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • base/cvd/teeui/libteeui/prebuilt/localization

base/cvd/teeui/libteeui/prebuilt/localization/BUILD.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
load("@rules_cc//cc:cc_library.bzl", "cc_library")
22
load("@rules_cc//cc:cc_test.bzl", "cc_test")
3-
43
load("//:build_variables.bzl", "COPTS")
54
load("//tools/lint:linters.bzl", "clang_tidy_test")
65

@@ -35,7 +34,7 @@ cc_test(
3534
srcs = [
3635
"ConfirmationUITranslations-test.cpp",
3736
],
38-
copts = COPTS + ["-Icuttlefish"],
37+
copts = COPTS,
3938
deps = [
4039
":libteeui_localization",
4140
],

0 commit comments

Comments
 (0)