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

Commit edac5e3b authored by Yabin Cui's avatar Yabin Cui
Browse files

libprocinfo: fix mac build.

Bug: none
Test: build.
Change-Id: Ic25d873d9d74edc8320b75d077536055f176c0dd
parent 3841accb
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -95,18 +95,9 @@ cc_test {
cc_benchmark {
    name: "libprocinfo_benchmark",
    defaults: ["libprocinfo_defaults"],
    host_supported: true,
    srcs: [
        "process_map_benchmark.cpp",
    ],
    target: {
        darwin: {
            enabled: false,
        },
        windows: {
            enabled: false,
        },
    },
    shared_libs: [
        "libbacktrace",
        "libbase",