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

Commit 4e27c0bc authored by Myles Watson's avatar Myles Watson
Browse files

Packet: Disable host tests for Mac

Bug: 72618679
Test: Build on Mac
Change-Id: I85c1412b86a1fbbab01491a755be9bc2b8241d50
parent d735c95b
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -34,4 +34,9 @@ cc_test {
        "lib-bt-packets",
    ],
    cflags: ["-DBUILDCFG","-g"],
    target: {
        darwin: {
            enabled: false
        }
    }
}