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

Commit 159394c3 authored by Bo Hu's avatar Bo Hu Committed by android-build-merger
Browse files

Merge "disable darwin build for libdm" am: c8b83f38 am: f62ad03c

am: cb28d461

Change-Id: I8a3e7c249c9730473d4af5478864c1412e4217d6
parents 45ae7f27 cb28d461
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -33,6 +33,11 @@ cc_library_static {
        "libbase_headers",
        "liblog_headers",
    ],
    target: {
        darwin: {
            enabled: false,
        },
    },
}

cc_test {