[view compiler] Re-enable host-side tests

TEST_MAPPING supports both host and device tests now, so we should run both.

Test: atest
Bug: 111895153
Change-Id: I48f26093fc0ae3cdaa9e5295375945b5a519e1c2
This commit is contained in:
Eric Holk
2018-12-21 16:10:49 -08:00
parent 699692402a
commit 162c812b65

View File

@@ -2,6 +2,10 @@
"presubmit": [
{
"name": "dex-builder-test"
},
{
"name": "view-compiler-tests",
"host": true
}
]
}