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

Commit 8a096e19 authored by Chong Zhang's avatar Chong Zhang Committed by android-build-merger
Browse files

Merge "Add ResourceManager unit tests to presubmit" into qt-qpr1-dev am: 99ace583

am: 6496ee66

Change-Id: I8765690a23776f001bc0941de61b473fa7276fbf
parents 3bc5c3c9 6496ee66
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",