summaryrefslogtreecommitdiff
path: root/build/Android.common_test.mk
diff options
context:
space:
mode:
author Hiroshi Yamauchi <yamauchi@google.com> 2016-09-13 19:37:22 +0000
committer Hiroshi Yamauchi <yamauchi@google.com> 2016-09-13 19:37:22 +0000
commit8522758c5ef6050e355613630ff81c2b49373b44 (patch)
treea172ffb897d996006381a40b8e01d4251eacd22c /build/Android.common_test.mk
parent9b5515ebb4502119c44e898b05c69312a45c5f49 (diff)
Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC.""
This reverts commit 9b5515ebb4502119c44e898b05c69312a45c5f49. Breaks some gtests. Change-Id: Ic9c9061b05219f19d5c7713ce0239e60c9d6e287
Diffstat (limited to 'build/Android.common_test.mk')
-rw-r--r--build/Android.common_test.mk4
1 files changed, 2 insertions, 2 deletions
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)