summaryrefslogtreecommitdiff
path: root/libjsonpb
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-04 09:07:55 -0800
committerJulien Desprez <jdesprez@google.com>2021-02-04 09:07:55 -0800
commit493a4a11cde5ae4235eca2a48e11f148fbf9d13b (patch)
treef0abbad7e476503bcd130dd3c8233807ac8a7b01 /libjsonpb
parent83677032223ab8a9e48887991be59d51e5296cd8 (diff)
downloadextras-493a4a11cde5ae4235eca2a48e11f148fbf9d13b.tar.gz
Remove TEST_MAPPING entry based on go/a-unit-tests update
cc_test_host now all run in presubmit without any need for explicit TEST_MAPPING Test: presubmit Bug: 177450457 Change-Id: Id1ebb780477e03265edc3eddc92784d4facbd1e1
Diffstat (limited to 'libjsonpb')
-rw-r--r--libjsonpb/TEST_MAPPING8
-rw-r--r--libjsonpb/verify/Android.bp3
2 files changed, 0 insertions, 11 deletions
diff --git a/libjsonpb/TEST_MAPPING b/libjsonpb/TEST_MAPPING
deleted file mode 100644
index 69e5a25d..00000000
--- a/libjsonpb/TEST_MAPPING
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "presubmit": [
- {
- "name": "libjsonpbverify_test",
- "host": true
- }
- ]
-}
diff --git a/libjsonpb/verify/Android.bp b/libjsonpb/verify/Android.bp
index b32b9b4f..74e9eca4 100644
--- a/libjsonpb/verify/Android.bp
+++ b/libjsonpb/verify/Android.bp
@@ -64,7 +64,4 @@ cc_test_host {
"-Werror",
"-Wno-unused-parameter",
],
- test_suites: [
- "general-tests",
- ],
}