Committed by
Brian O'Connor
remove deprecated buck directive
Change-Id: Icab56fcd9ca874e8a33836288163a7650e17599f
Showing
5 changed files
with
0 additions
and
6 deletions
... | @@ -215,7 +215,6 @@ def osgi_jar_with_tests( | ... | @@ -215,7 +215,6 @@ def osgi_jar_with_tests( |
215 | deps = deps + | 215 | deps = deps + |
216 | test_deps + | 216 | test_deps + |
217 | [':' + name + '-jar'], | 217 | [':' + name + '-jar'], |
218 | - source_under_test = [':' + name + '-jar'], | ||
219 | resources = test_resources, | 218 | resources = test_resources, |
220 | resources_root = test_resources_root, | 219 | resources_root = test_resources_root, |
221 | visibility = visibility | 220 | visibility = visibility | ... | ... |
... | @@ -24,6 +24,5 @@ java_test( | ... | @@ -24,6 +24,5 @@ java_test( |
24 | deps = COMPILE_DEPS + | 24 | deps = COMPILE_DEPS + |
25 | TEST_DEPS + | 25 | TEST_DEPS + |
26 | [CURRENT_TARGET], | 26 | [CURRENT_TARGET], |
27 | - source_under_test = [CURRENT_TARGET], | ||
28 | visibility = ['PUBLIC'], | 27 | visibility = ['PUBLIC'], |
29 | ) | 28 | ) | ... | ... |
-
Please register or login to post a comment