Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 599a092e authored by Chong Zhang's avatar Chong Zhang
Browse files

Add ResourceManager unit tests to presubmit

bug: 138381810
bug: 139440234
Change-Id: Id6a447ca070322b21d1b07457c16a6a5e2a8a1fe
parent fb092d3b
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
       "name": "ResourceManagerService_test"
    },
    {
       "name": "ServiceLog_test"
    }
  ]
}
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
cc_test {
    name: "ResourceManagerService_test",
    srcs: ["ResourceManagerService_test.cpp"],
    test_suites: ["device-tests"],
    shared_libs: [
        "libbinder",
        "liblog",
@@ -23,6 +24,7 @@ cc_test {
cc_test {
    name: "ServiceLog_test",
    srcs: ["ServiceLog_test.cpp"],
    test_suites: ["device-tests"],
    shared_libs: [
        "liblog",
        "libmedia",