diff options
author | Eric Holk <eholk@google.com> | 2019-01-02 08:31:19 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-01-02 08:31:19 -0800 |
commit | ff709020ab39d1ae4ee1658e23b6aa78f9dfec4a (patch) | |
tree | c86fc1b3f660781d99a6d0ca72daeb1a237a3a92 | |
parent | 7ee09966e2649a2ab122ef577586e82f40085202 (diff) | |
parent | 531c40f8b8ce7af0294d46b63a071fd4b7360107 (diff) |
Merge "[view compiler] Re-enable host-side tests" am: abe06f9138 am: ca50bb3980
am: 531c40f8b8
Change-Id: I61dbe3cc58aa124ec0691f474261e62fad058d00
-rw-r--r-- | startop/view_compiler/TEST_MAPPING | 4 |
1 files changed, 4 insertions, 0 deletions
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 } ] } |