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

Commit f261e756 authored by Etienne Ruffieux's avatar Etienne Ruffieux
Browse files

Set Bluetooth apex updatable to true

Removed platform availablility from every .bp except
system/types that is really needed.
Audio defaults need to be removed from vendors.

Bug: 220306859
Tag: #feature
Test: atest
Ignore-AOSP-First: apex only in master
Change-Id: I6822814efcc9ad5518bbb56e84df17457812c1ae
parent dcdc839a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -155,7 +155,6 @@ rust_protobuf {
    source_stem: "facade",
    host_supported: true,
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth",
    ],
    min_sdk_version: "30",
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ cc_library {
        "src/audio_a2dp_hw_utils.cc",
    ],
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth",
    ],
    shared_libs: [
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ cc_library {
        "src/audio_hearing_aid_hw_utils.cc",
    ],
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth",
    ],
    shared_libs: [
+3 −0
Original line number Diff line number Diff line
@@ -25,6 +25,9 @@ cc_defaults {
    ],
    header_libs: ["libbluetooth_headers"],
    host_supported: true,
    apex_available: [
        "com.android.bluetooth",
    ],
    target: {
        linux_glibc: {
            cflags: ["-D_GNU_SOURCE"],
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ cc_library {
        "libcutils",
    ],
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth",
    ],
    min_sdk_version: "30",
Loading