Files
build_soong/cc
Spandan Das 651203de35 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
2023-07-21 23:04:32 +00:00
..
2022-10-05 09:06:49 +09:00
2022-10-10 15:33:50 +00:00
2023-07-05 15:48:21 +00:00
2023-05-15 17:09:22 -04:00
2023-04-14 14:31:14 -07:00
2023-05-19 20:31:32 +00:00
2023-03-12 16:31:10 +09:00
2023-05-19 20:31:32 +00:00
2023-05-19 20:31:32 +00:00
2023-05-23 15:53:10 -04:00
2023-03-16 13:11:17 +09:00
2023-05-23 15:53:10 -04:00
2022-12-01 20:01:03 +00:00
2022-08-17 10:43:13 -07:00
2021-04-26 18:41:00 -07:00
2023-07-15 03:18:06 +09:00
2023-05-19 20:31:32 +00:00
2023-06-22 08:18:33 -07:00
2023-05-15 19:07:58 +00:00
2023-06-22 08:18:33 -07:00
2023-07-17 22:43:44 +00:00
2023-05-19 20:31:32 +00:00
2023-07-18 15:07:24 -04:00
2023-05-19 20:31:32 +00:00