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

Commit cb28d461 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

Change-Id: I6cd7691bf5b6002da55aa52e293bae166798f93d
parents cb652835 f62ad03c
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 {