Make sure we don't break pre-dexopting
Add art_standalone_dexpreopt_tests to our presubmits since we broke it once without it being caught and it's relatively cheap. (I'm not doing an import because I don't want to bring in all the ART tests.) Test: TH Bug: 207474880 Change-Id: Ib9a738f5f77cc1aeb109f751a5e299b293804349
This commit is contained in:
parent
f67031972d
commit
5ebfd8461d
|
@ -11,6 +11,9 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "MicrodroidTestApp"
|
"name": "MicrodroidTestApp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "art_standalone_dexpreopt_tests"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"imports": [
|
"imports": [
|
||||||
|
|
Loading…
Reference in New Issue