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

Commit db2bc1a9 authored by Bowgo Tsai's avatar Bowgo Tsai Committed by Gerrit Code Review
Browse files

Merge "Skip building libfs_avb for darwin host"

parents 5a790d69 1b1a1fdb
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -40,6 +40,11 @@ cc_library_static {
    header_libs: [
        "libbase_headers",
    ],
    target: {
        darwin: {
            enabled: false,
        },
    },
}

cc_defaults {