From 36973153fae8609a3499f98228d5ec4229edbda9 Mon Sep 17 00:00:00 2001 From: Suren Baghdasaryan Date: Wed, 8 May 2019 18:21:15 -0700 Subject: [PATCH] Add libcutils_test into TEST_MAPPING libcutils_test is fixed for all architectures and handles cases when schedtune and/or cpuset cgroup controllers are not enabled. Include it into presubmit test list. Test: ran tests Change-Id: I294220e18aae5e5760e7e6bdee7a2fe4d9c6d6a4 Signed-off-by: Suren Baghdasaryan --- TEST_MAPPING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TEST_MAPPING b/TEST_MAPPING index 375207b28..51d575559 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -21,6 +21,9 @@ { "name": "libpackagelistparser_test" }, + { + "name": "libcutils_test" + }, { "name": "libprocinfo_test" },