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

Commit 4fbd9bc5 authored by Alec Mouri's avatar Alec Mouri
Browse files

Allow libmath to be built on windows

Bug: 136263238
Test: builds
Change-Id: I4b0847b581d695771e3ad26efbb4f534d50e4072
parent 9b9629d9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17,6 +17,11 @@ cc_library_static {
    host_supported: true,
    vendor_available: true,
    export_include_dirs: ["include"],
    target:  {
        windows: {
            enabled: true,
        }
    }
}

subdirs = ["tests"]