TEST_MAPPING: enable KernelLibcutilsTest in kernel-presubmit

Bug: 284307085
Bug: 258819618
Test: atest :kernel-presubmit
Change-Id: Ifa3427d3b7ff66d25ba58f5d16d0d62a709274a0
Signed-off-by: Edward Liaw <edliaw@google.com>
This commit is contained in:
Edward Liaw 2023-05-31 17:29:17 +00:00
parent 059954a6b2
commit f8a9ba13f5

View file

@ -12,6 +12,9 @@
"kernel-presubmit": [
{
"name": "libcutils_test"
},
{
"name": "KernelLibcutilsTest"
}
]
}