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

Commit 48eeaa70 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

libbinder: format tests bp am: ea7659e0

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1969561

Change-Id: I9d4e41ee71d6d4dad129a0d3ea2e4ae7d8dac940
parents 0030d672 ea7659e0
Loading
Loading
Loading
Loading
+34 −8
Original line number Diff line number Diff line
@@ -37,7 +37,11 @@ cc_test {
    srcs: ["binderDriverInterfaceTest.cpp"],
    header_libs: ["libbinder_headers"],
    compile_multilib: "32",
    multilib: { lib32: { suffix: "" } },
    multilib: {
        lib32: {
            suffix: "",
        },
    },
    cflags: ["-DBINDER_IPC_32BIT=1"],
    test_suites: ["vts"],
}
@@ -52,7 +56,10 @@ cc_test {
    },
    header_libs: ["libbinder_headers"],
    srcs: ["binderDriverInterfaceTest.cpp"],
    test_suites: ["device-tests", "vts"],
    test_suites: [
        "device-tests",
        "vts",
    ],
}

cc_test {
@@ -69,7 +76,11 @@ cc_test {
        "libgmock",
    ],
    compile_multilib: "32",
    multilib: { lib32: { suffix: "" } },
    multilib: {
        lib32: {
            suffix: "",
        },
    },
    cflags: ["-DBINDER_IPC_32BIT=1"],
    test_suites: ["vts"],
    require_root: true,
@@ -84,7 +95,10 @@ cc_test {
            enabled: false,
        },
    },
    srcs: ["binderParcelUnitTest.cpp", "binderBinderUnitTest.cpp"],
    srcs: [
        "binderParcelUnitTest.cpp",
        "binderBinderUnitTest.cpp",
    ],
    shared_libs: [
        "libbinder",
        "libcutils",
@@ -112,7 +126,10 @@ cc_test {
    static_libs: [
        "libgmock",
    ],
    test_suites: ["device-tests", "vts"],
    test_suites: [
        "device-tests",
        "vts",
    ],
    require_root: true,
}

@@ -232,7 +249,10 @@ cc_test {
        "libbinder_tls_test_utils",
        "libbinder_tls_static",
    ],
    test_suites: ["general-tests", "device-tests"],
    test_suites: [
        "general-tests",
        "device-tests",
    ],
}

cc_benchmark {
@@ -348,7 +368,10 @@ cc_test {
        "liblog",
        "libutils",
    ],
    test_suites: ["device-tests", "vts"],
    test_suites: [
        "device-tests",
        "vts",
    ],
    require_root: true,
}

@@ -402,7 +425,10 @@ cc_test {
        "binderStabilityTestIface-ndk",
    ],

    test_suites: ["device-tests", "vts"],
    test_suites: [
        "device-tests",
        "vts",
    ],
    require_root: true,
}