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

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

Merge "Add binder TEST_MAPPING files."

am: a18cfb64

Change-Id: I2aa698c76ef5343c7e5bc41298e6894f2880e581
parents 46c397f3 a18cfb64
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 {