From 5cacfe1e2456175af4e0b345289fabb75d255f27 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Mon, 6 Jan 2020 12:25:40 -0800 Subject: [PATCH] Allow EMMA_INSTRUMENT_FRAMEWORK during ninja This is used by the art apex test. Bug: 147197813 Test: m EMMA_INSTRUMENT=true EMMA_INSTRUMENT_FRAMEWORK=true art-check-debug-apex-gen Change-Id: Id185cd35f16131f2c9a8afeba2e5b87834b0e620 --- ui/build/ninja.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/build/ninja.go b/ui/build/ninja.go index 6775ccf85..8c6ebb8fd 100644 --- a/ui/build/ninja.go +++ b/ui/build/ninja.go @@ -114,6 +114,8 @@ func runNinja(ctx Context, config Config) { "TARGET_BUILD_APPS", "TARGET_BUILD_VARIANT", "TARGET_PRODUCT", + // b/147197813 - used by art-check-debug-apex-gen + "EMMA_INSTRUMENT_FRAMEWORK", // Goma -- gomacc may not need all of these "GOMA_DIR",