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

Commit 650a63e4 authored by Colin Cross's avatar Colin Cross
Browse files

Use host_linux instead of linux_glibc

The shared libraries are needed for linux_musl as well, use host_linux
instead of linux_glibc.

Bug: 190084016
Test: m USE_HOST_MUSL=true host-native
Change-Id: I52fc9e14e6b057d85d3c5a7af9ad3f84e957a929
parent 9e38061e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ fluoride_defaults {
                "android.system.suspend.control-V1-ndk",
            ],
        },
        linux_glibc: {
        host_linux: {
            shared_libs: [
                "android.hardware.bluetooth.audio@2.0",
                "android.hardware.bluetooth.audio@2.1",
@@ -299,7 +299,7 @@ fluoride_defaults {
            // libstatslog_bt -> libbinder doesn't build on mac
            enabled: false,
        },
        linux_glibc: {
        host_linux: {
            shared_libs: [
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.1",
+1 −1
Original line number Diff line number Diff line
@@ -448,7 +448,7 @@ cc_test {
                "libcutils",
            ],
        },
        linux_glibc: {
        host_linux: {
            shared_libs: [
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.1",