diff options
author | 2023-07-21 22:55:32 +0000 | |
---|---|---|
committer | 2023-07-21 23:04:32 +0000 | |
commit | 651203de355e4a54409fbaf62ba24bc99b15489e (patch) | |
tree | ade2859e64043154f8a7fb4033f7c66286a949e1 /rust/bindgen_test.go | |
parent | 00d0d7af7d8754ba88fc754862e467894ff355cc (diff) |
Make libtest_* deps explicit in BUILD files
This is currently implicitly added by the cc_test macro. This can cause
duplicate issues if users write a BUILD file as
```
cc_test (
name = "mytest",
deps = ["libgtest"],
)
```
Making this dep explicit in BUILD files prevents this issue.
The property `gtest` will not be removed as part of this CL. cc_test
macro will use this property to add some gtest specific copts
Test: unit tests
Bug: 249374572
Change-Id: Ife931e26367fd4aab302bedc709cf907e2c01245
Diffstat (limited to 'rust/bindgen_test.go')
0 files changed, 0 insertions, 0 deletions