File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ cc_defaults {
66
66
],
67
67
include_dirs : [" system" ],
68
68
local_include_dirs : [" client_library/include" ],
69
- static_libs : [" libgtest_prod " ],
69
+ header_libs : [" libgtest_prod_headers " ],
70
70
shared_libs : [
71
71
" libbrillo-stream" ,
72
72
" libbrillo" ,
@@ -426,6 +426,7 @@ cc_binary {
426
426
// TODO(deymo): Remove external/cros/system_api/dbus once the strings are moved
427
427
// out of the DBus interface.
428
428
include_dirs : [" external/cros/system_api/dbus" ],
429
+ header_libs : [" libgtest_prod_headers" ],
429
430
430
431
srcs : [
431
432
" aosp/hardware_android.cc" ,
@@ -460,7 +461,6 @@ cc_binary {
460
461
" gkiprops" ,
461
462
" libevent" ,
462
463
" libmodpb64" ,
463
- " libgtest_prod" ,
464
464
" libprotobuf-cpp-lite" ,
465
465
" libbrillo-stream" ,
466
466
" libbrillo" ,
@@ -896,4 +896,4 @@ cc_binary_host {
896
896
" libz" ,
897
897
" update_metadata-protos" ,
898
898
],
899
- }
899
+ }
You can’t perform that action at this time.
0 commit comments