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

Commit 835f0092 authored by Hidehiko Abe's avatar Hidehiko Abe Committed by Myles Watson
Browse files

Remove Mac host libraries build depending on libchrome.

Libchrome will drop the support for Mac host.
This is the preparation.

Bug: 72618679
Test: Built on Mac.
Change-Id: I37982210a1da74d56c1da3227c5887685cd8b6cb
parent ac458865
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -9,6 +9,11 @@ cc_library_static {
        "lib-bt-packets-base",
        "lib-bt-packets-avrcp",
    ],
    target: {
        darwin: {
            enabled: false
        }
    }
}

cc_test {
+5 −0
Original line number Diff line number Diff line
@@ -23,4 +23,9 @@ cc_library_static {
        "-Wextra",
        "-Werror",
    ],
    target: {
        darwin: {
            enabled: false
        }
    }
}
+5 −0
Original line number Diff line number Diff line
@@ -15,4 +15,9 @@ cc_library_static {
        "-Wextra",
        "-Werror",
    ],
    target: {
        darwin: {
            enabled: false
        }
    }
}
 No newline at end of file