diff options
author | 2017-02-16 14:21:10 +0000 | |
---|---|---|
committer | 2017-02-17 09:36:04 +0000 | |
commit | bb00f8164845cea70921cdf4817646fc3156f62b (patch) | |
tree | b64baca0a8bd924091f1896bea9e952c4e2cfcc5 /build/Android.common_test.mk | |
parent | 69ed58348af817176734c5541f41737f00f9a1e9 (diff) |
Remove testing of prebuilt npic boot images.
Because we always compile prebuilt images pic.
Test: test-art-host, test-art-target.
Bug: 33192586
Change-Id: I7cd3d3bb7b6cfbf79c2e442f3793a4967f37d84c
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) |