diff options
author | Calin Juravle <calin@google.com> | 2014-10-22 15:54:34 +0100 |
---|---|---|
committer | Calin Juravle <calin@google.com> | 2014-10-22 15:58:19 +0100 |
commit | 9228b2a1dfcf27452a0acfcbf34f72fdaa5a1caa (patch) | |
tree | 8a893f50a37339e76ff14e49f449683c6dc3e495 | |
parent | 48dee04f4e4214b0fdd8acd0587ef6b08d3d2456 (diff) | |
download | art-9228b2a1dfcf27452a0acfcbf34f72fdaa5a1caa.zip art-9228b2a1dfcf27452a0acfcbf34f72fdaa5a1caa.tar.gz art-9228b2a1dfcf27452a0acfcbf34f72fdaa5a1caa.tar.bz2 |
Fix make file comment
Change-Id: I2b2261aea00b934411979dbca1e00d5a75030407
-rw-r--r-- | test/Android.run-test.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index 5fff69e..1deb74e 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -66,11 +66,6 @@ TEST_ART_RUN_TEST_BUILD_RULES := ######################################################################## # General rules to build and run a run-test. -# Test rule names or of the form: -# test-art-{1: host or target}-run-test-{2: prebuild no-prebuild no-dex2oat}- -# {3: interpreter default optimizing}-{4: relocate no-relocate relocate-no-patchoat}- -# {5: trace or no-trace}-{6: gcstress gcverify cms}-{7: forcecopy checkjni jni}- -# {8: no-image or image}-{9: test name}{10: 32 or 64} TARGET_TYPES := host target PREBUILD_TYPES := prebuild ifeq ($(ART_TEST_RUN_TEST_NO_PREBUILD),true) @@ -360,7 +355,7 @@ ART_TEST_HOST_RUN_TEST_DEPENDENCIES += \ endif # Create a rule to build and run a tests following the form: -# test-art-{1: host or target}-run-test-{2:debug ndebug}-{3: prebuild no-prebuild no-dex2oat}- +# test-art-{1: host or target}-run-test-{2: debug ndebug}-{3: prebuild no-prebuild no-dex2oat}- # {4: interpreter default optimizing}-{5: relocate no-relocate relocate-no-patchoat}- # {6: trace or no-trace}-{7: gcstress gcverify cms}-{8: forcecopy checkjni jni}- # {9: no-image image}-{10: test name}{11: 32 or 64} |