Remove phony target vts-core
The target has been removed from all builders. Bug: 151896491 Test: none Change-Id: I5d1b1058b18153c9cedb33b151dec8daab3e2e57
This commit is contained in:
parent
1bc7f6436b
commit
c581e59998
1 changed files with 0 additions and 5 deletions
|
@ -28,9 +28,4 @@ $(compatibility_zip): $(vts_test_artifact_paths)
|
||||||
vts: $(compatibility_zip)
|
vts: $(compatibility_zip)
|
||||||
$(call dist-for-goals, vts, $(compatibility_zip))
|
$(call dist-for-goals, vts, $(compatibility_zip))
|
||||||
|
|
||||||
# TODO(b/149249068): Remove vts-core phony target after it's removed from all
|
|
||||||
# builders.
|
|
||||||
.PHONY: vts-core
|
|
||||||
vts-core: vts
|
|
||||||
|
|
||||||
tests: vts
|
tests: vts
|
||||||
|
|
Loading…
Reference in a new issue