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

Commit d7e7ad74 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

am: 0cb2e944

Change-Id: I71ee7c732b59d566b954efa35341bdb2fd14e8ba
parents 2e1fa8fc 0cb2e944
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 {