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

Commit d8bc732a authored by Bowgo Tsai's avatar Bowgo Tsai Committed by android-build-merger
Browse files

Merge "Skip building libfs_avb unittest for Mac"

am: 301b394a

Change-Id: I5736dc7a4527a7a91ded176b150bf651061296a1
parents 4bbecc85 301b394a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -32,4 +32,9 @@ cc_test_host {
    srcs: [
        "fs_avb_unittest_util.cpp",
    ],
    target: {
        darwin: {
            enabled: false,
        },
    },
}