Remove art targets from PARSE_TIME_MAKE_GOALS
The art targets don't check MAKECMDGOALS any more, remove them from PARSE_TIME_MAKE_GOALS. Bug: 26275726 Test: m clean-oat Test: m test-art-host-run-test-dependencies Change-Id: I75869495c91f142bf8eff681e6e764c9b0464031
This commit is contained in:
parent
18fae7a32e
commit
86a596c711
|
@ -19,9 +19,7 @@ PARSE_TIME_MAKE_GOALS := \
|
|||
boottarball-nodeps \
|
||||
brillo_tests \
|
||||
btnod \
|
||||
build-art% \
|
||||
build_kernel-nodeps \
|
||||
clean-oat% \
|
||||
continuous_instrumentation_tests \
|
||||
continuous_native_tests \
|
||||
cts \
|
||||
|
@ -47,11 +45,9 @@ PARSE_TIME_MAKE_GOALS := \
|
|||
systemimage-nodeps \
|
||||
systemtarball-nodeps \
|
||||
target-files-package \
|
||||
test-art% \
|
||||
user \
|
||||
userdataimage \
|
||||
userdebug \
|
||||
valgrind-test-art% \
|
||||
vts \
|
||||
win_sdk \
|
||||
winsdk-tools
|
||||
|
|
Loading…
Reference in New Issue