From 86a596c711435d561d67a9d01fce417bc21ec1ae Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 8 Feb 2018 16:32:59 -0800 Subject: [PATCH] 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 --- core/ninja_config.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/ninja_config.mk b/core/ninja_config.mk index ca2dceecec..2256f98801 100644 --- a/core/ninja_config.mk +++ b/core/ninja_config.mk @@ -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