summaryrefslogtreecommitdiff
path: root/startop
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-05 04:35:37 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-05 04:35:37 +0000
commitb539162ed10e0a45f612b9a4bc1223d4c6874c1c (patch)
tree14eeef68e71f0279f396c2c7e5d74636064701e0 /startop
parent707d05ce9382e6193fa1763167b646601b6cc023 (diff)
parent42515759a47f2e4c1da8ab06181ecf51d0fb3f22 (diff)
downloadbase-b539162ed10e0a45f612b9a4bc1223d4c6874c1c.tar.gz
Merge "Remove TEST_MAPPING entry based on go/a-unit-tests update" am: cc7362c63c am: 42515759a4
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1574851 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I3454edd6262b6709c90fbd9b7075da39e566b34c
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
}
]
}