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

Commit 0cb2e944 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Add binder TEST_MAPPING files." am: a18cfb64 am: af75deb2

am: fc09e493

Change-Id: Ic8af14244c8439a892a4c4b4bdc0ebbff89b13a3
parents 83ea3036 fc09e493
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "binderDriverInterfaceTest"
    },
    {
      "name": "binderValueTypeTest"
    },
    {
      "name": "binderTextOutputTest"
    }
  ]
}
+3 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ cc_test {
    },

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

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

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

cc_test {