commit | ea5422921cd72922d3a38c23ed02db0f29ea7041 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brian@peloton-tech.com> | Sun Sep 13 02:24:45 2015 -0400 |
committer | Brian Silverman <brian@peloton-tech.com> | Mon Sep 14 12:50:22 2015 -0400 |
tree | 16526e369cd6c7622ddf851fa2796feb9a8a3647 | |
parent | b67da2382ebfa31dbe067d36051f35f77f4e10ac [diff] [blame] |
Clean up gtest_prod mess. Change-Id: I7b9b800c65cfc918770cd54b77993d2f0f2c0df6
diff --git a/aos/common/BUILD b/aos/common/BUILD index 55f1a03..919c2a0 100644 --- a/aos/common/BUILD +++ b/aos/common/BUILD
@@ -117,15 +117,12 @@ cc_library( name = 'gtest_prod', - deps = [ - '//third_party/gtest_prod', - ], ) cc_library( name = 'once', deps = [ - '//third_party/gtest_prod', + ':gtest_prod', ], )