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

Commit ae858142 authored by Oystein Eftevaag's avatar Oystein Eftevaag
Browse files

Enable Windows host compilation of Bluetooth headers

Tag: #floss
Bug: 261908998
Test: Builds using MinGW
Change-Id: I2c2a23029c57eb14b8f90642f7b5095deefeff35
parent acf9371f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -24,6 +24,11 @@ cc_library_headers {
    ],
    // As part of updatable mainline modules(media, swcodec), it should support at least 29(Q)
    min_sdk_version: "29",
    target: {
        windows: {
            enabled: true,
        },
    },
}

cc_library_static {