From e5372a18816a08c2f77de4892ad82bd2a58bd4e2 Mon Sep 17 00:00:00 2001 From: Roland Levillain Date: Wed, 7 Mar 2018 16:24:54 +0000 Subject: [PATCH] Revert "Remove art targets from PARSE_TIME_MAKE_GOALS" This reverts commit 86a596c711435d561d67a9d01fce417bc21ec1ae. Reverting as that commit breaks ART tests' results (see b/73804944). (cherry picked from commit 209b96e152df2a88dfa4fcedaf650fbedcaadde0) Test: m test-art-host Bug: 73804944 Bug: 26275726 Change-Id: I06af4b170d845d3e55e044c28ec22d4b3ca3dede --- core/ninja_config.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/ninja_config.mk b/core/ninja_config.mk index 2256f98801..ca2dceecec 100644 --- a/core/ninja_config.mk +++ b/core/ninja_config.mk @@ -19,7 +19,9 @@ PARSE_TIME_MAKE_GOALS := \ boottarball-nodeps \ brillo_tests \ btnod \ + build-art% \ build_kernel-nodeps \ + clean-oat% \ continuous_instrumentation_tests \ continuous_native_tests \ cts \ @@ -45,9 +47,11 @@ PARSE_TIME_MAKE_GOALS := \ systemimage-nodeps \ systemtarball-nodeps \ target-files-package \ + test-art% \ user \ userdataimage \ userdebug \ + valgrind-test-art% \ vts \ win_sdk \ winsdk-tools