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

Commit a18cfb64 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add binder TEST_MAPPING files."

parents add824ad 67812c2d
Loading
Loading
Loading
Loading
+13 −0
Original line number Original line Diff line number Diff line
{
  "presubmit": [
    {
      "name": "binderDriverInterfaceTest"
    },
    {
      "name": "binderValueTypeTest"
    },
    {
      "name": "binderTextOutputTest"
    }
  ]
}
+3 −0
Original line number Original line Diff line number Diff line
@@ -42,6 +42,7 @@ cc_test {
    },
    },


    srcs: ["binderDriverInterfaceTest.cpp"],
    srcs: ["binderDriverInterfaceTest.cpp"],
    test_suites: ["device-tests"],
}
}


cc_test {
cc_test {
@@ -52,6 +53,7 @@ cc_test {
        "libbinder",
        "libbinder",
        "libutils",
        "libutils",
    ],
    ],
    test_suites: ["device-tests"],
}
}


cc_test {
cc_test {
@@ -108,6 +110,7 @@ cc_test {
        "libutils",
        "libutils",
        "libbase",
        "libbase",
    ],
    ],
    test_suites: ["device-tests"],
}
}


cc_test {
cc_test {