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

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

Merge "msgq test service: installable by atest" am: f74120b1 am: b793e77b...

Merge "msgq test service: installable by atest" am: f74120b1 am: b793e77b am: 2bd24fb4 am: 97c0da9f am: af1c4449

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1313073

Change-Id: Ie164a678b387b6c0e08c2adf9de30a4210617ff7
parents ce943fca af1c4449
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -70,6 +70,17 @@ cc_test {
        "libbinder_ndk",
    ],

    compile_multilib: "both",
    multilib: {
        lib32: {
            suffix: "32",
        },
        lib64: {
            suffix: "64",
        },
    },
    test_suites: ["device-tests"],

    // Allow dlsym'ing self for statically linked passthrough implementations
    ldflags: ["-rdynamic"],

@@ -84,5 +95,4 @@ cc_test {
        "android.hardware.tests.msgq@1.0-impl",
        "android.fmq.test-impl",
    ],
    test_suites: ["general-tests"],
}