From 8522758c5ef6050e355613630ff81c2b49373b44 Mon Sep 17 00:00:00 2001 From: Hiroshi Yamauchi Date: Tue, 13 Sep 2016 19:37:22 +0000 Subject: Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC."" This reverts commit 9b5515ebb4502119c44e898b05c69312a45c5f49. Breaks some gtests. Change-Id: Ic9c9061b05219f19d5c7713ce0239e60c9d6e287 --- build/Android.common_test.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/Android.common_test.mk') diff --git a/build/Android.common_test.mk b/build/Android.common_test.mk index 6b7dc0932e..93e310e0eb 100644 --- a/build/Android.common_test.mk +++ b/build/Android.common_test.mk @@ -60,8 +60,8 @@ ART_TEST_OPTIMIZING ?= true # Do you want to test the optimizing compiler with graph coloring register allocation? ART_TEST_OPTIMIZING_GRAPH_COLOR ?= $(ART_TEST_FULL) -# Do we want to test a non-PIC-compiled core image? -ART_TEST_NPIC_IMAGE ?= $(ART_TEST_FULL) +# Do we want to test a PIC-compiled core image? +ART_TEST_PIC_IMAGE ?= $(ART_TEST_FULL) # Do we want to test PIC-compiled tests ("apps")? ART_TEST_PIC_TEST ?= $(ART_TEST_FULL) -- cgit v1.2.3-59-g8ed1b