Merge "Remove TEST_MAPPING entry based on go/a-unit-tests update" am: cc7362c63c

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1574851

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I8e085ac4141421561227c2c1878e24c1003cb004
This commit is contained in:
Julien Desprez
2021-02-05 03:35:37 +00:00
committed by Automerger Merge Worker
2 changed files with 0 additions and 5 deletions

View File

@@ -84,7 +84,6 @@ cc_test_host {
static_libs: [ static_libs: [
"libviewcompiler", "libviewcompiler",
], ],
test_suites: ["general-tests"],
} }
cc_binary_host { cc_binary_host {

View File

@@ -10,10 +10,6 @@
"include-filter": "android.view.cts.PrecompiledLayoutTest" "include-filter": "android.view.cts.PrecompiledLayoutTest"
} }
] ]
},
{
"name": "view-compiler-tests",
"host": true
} }
] ]
} }