diff options
Diffstat (limited to 'build/Android.common_test.mk')
-rw-r--r-- | build/Android.common_test.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/Android.common_test.mk b/build/Android.common_test.mk index b7a2379dc9..1591e34885 100644 --- a/build/Android.common_test.mk +++ b/build/Android.common_test.mk @@ -66,9 +66,6 @@ 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 PIC-compiled tests ("apps")? ART_TEST_PIC_TEST ?= $(ART_TEST_FULL) |