summaryrefslogtreecommitdiff
path: root/startop
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-05 05:01:29 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-05 05:01:29 +0000
commit51fe7a453a640fe4985ed1e6f63f60c6d690ce8b (patch)
tree978edf6354980fb326f826039a7125ce77d3039b /startop
parent90f1b95ccfe3bbc81995118e3c6ce5a800b1f4ac (diff)
parentb539162ed10e0a45f612b9a4bc1223d4c6874c1c (diff)
downloadbase-51fe7a453a640fe4985ed1e6f63f60c6d690ce8b.tar.gz
Merge "Remove TEST_MAPPING entry based on go/a-unit-tests update" am: cc7362c63c am: 42515759a4 am: b539162ed1
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1574851 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ifa585ef4ca529150b02e2d7469f13d8fa5c53682
Diffstat (limited to 'startop')
-rw-r--r--startop/view_compiler/Android.bp1
-rw-r--r--startop/view_compiler/TEST_MAPPING4
2 files changed, 0 insertions, 5 deletions
diff --git a/startop/view_compiler/Android.bp b/startop/view_compiler/Android.bp
index 7cc233b2439e..cac7b82adc2c 100644
--- a/startop/view_compiler/Android.bp
+++ b/startop/view_compiler/Android.bp
@@ -84,7 +84,6 @@ cc_test_host {
static_libs: [
"libviewcompiler",
],
- test_suites: ["general-tests"],
}
cc_binary_host {
diff --git a/startop/view_compiler/TEST_MAPPING b/startop/view_compiler/TEST_MAPPING
index 5f7d3f99ae81..791e47105ff9 100644
--- a/startop/view_compiler/TEST_MAPPING
+++ b/startop/view_compiler/TEST_MAPPING
@@ -10,10 +10,6 @@
"include-filter": "android.view.cts.PrecompiledLayoutTest"
}
]
- },
- {
- "name": "view-compiler-tests",
- "host": true
}
]
}