From 162c812b652871882cfa9ac44fad8473d84f97c8 Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Fri, 21 Dec 2018 16:10:49 -0800 Subject: [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 --- startop/view_compiler/TEST_MAPPING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/startop/view_compiler/TEST_MAPPING b/startop/view_compiler/TEST_MAPPING index 5d675b76b395..700607536890 100644 --- a/startop/view_compiler/TEST_MAPPING +++ b/startop/view_compiler/TEST_MAPPING @@ -2,6 +2,10 @@ "presubmit": [ { "name": "dex-builder-test" + }, + { + "name": "view-compiler-tests", + "host": true } ] } -- cgit v1.2.3-59-g8ed1b