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

Commit 507f0d2f authored by Jack He's avatar Jack He
Browse files

BUILD: Fix broken build for test-vendor_test_host

* Disable darwin build for test-vendor_test_host explicitly as
  it does not use "fluoride_defaults" in its build configuration.

Bug: 72618679
Test: make
Change-Id: Ia81bf705ad248e129df69c14e385ced118c6df58
parent ef375faf
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -102,4 +102,9 @@ cc_test_host {
        "-Werror",
        "-DLOG_NDEBUG=1",
    ],
    target: {
        darwin: {
            enabled: false,
        }
    },
}