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

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

Merge "disable darwin build for libdm"

am: c8b83f38

Change-Id: Ief182a2e7c2e1b7e49a78aca074ebcac04ae6466
parents 211bb2a3 c8b83f38
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 {