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

Commit c0765fab authored by David Duarte's avatar David Duarte Committed by Gerrit Code Review
Browse files

Merge "Remove apex_available from fluoride_basic_defaults" into main

parents abfabd4a 3f8e6284
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -147,6 +147,9 @@ cc_library_static {
            ],
        },
    },
    apex_available: [
        "com.android.btservices",
    ],
    host_supported: true,
    min_sdk_version: "Tiramisu",
}
@@ -189,6 +192,9 @@ cc_library_static {
        "lib-bt-packets",
        "libcom.android.sysprop.bluetooth",
    ],
    apex_available: [
        "com.android.btservices",
    ],
    host_supported: true,
    min_sdk_version: "Tiramisu",
}
+6 −0
Original line number Diff line number Diff line
@@ -162,6 +162,9 @@ cc_library_static {
    cflags: [
        "-DBUILDCFG",
    ],
    apex_available: [
        "com.android.btservices",
    ],
    host_supported: true,
    min_sdk_version: "Tiramisu",
}
@@ -237,6 +240,9 @@ cc_library_static {
        "-DBUILDCFG",
        "-fvisibility=default",
    ],
    apex_available: [
        "com.android.btservices",
    ],
    host_supported: true,
    min_sdk_version: "Tiramisu",
}
+0 −4
Original line number Diff line number Diff line
@@ -90,10 +90,6 @@ cc_defaults {
    defaults: [
        "fluoride_defaults",
    ],
    apex_available: [
        "//apex_available:platform",
        "com.android.btservices",
    ],
    static_libs: [
        "libbt-protos-lite",
        "libflatbuffers-cpp",
+3 −0
Original line number Diff line number Diff line
@@ -40,6 +40,9 @@ cc_library_static {
        "libcrypto",
        "libcutils",
    ],
    apex_available: [
        "com.android.btservices",
    ],
    min_sdk_version: "Tiramisu",
}

+3 −0
Original line number Diff line number Diff line
@@ -28,6 +28,9 @@ cc_library_static {
        "src/esco_parameters.cc",
        "src/interop.cc",
    ],
    apex_available: [
        "com.android.btservices",
    ],
    min_sdk_version: "Tiramisu",
}

Loading