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

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

Merge changes Id8877d22,I73e06c0d,I9d13e817

* changes:
  Remove required from Bluetooth
  Move android.hardware.bluetooth to static_libs in tests
  Remove unused android.hardware.bluetooth in tests
parents b24b0906 8180852a
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -200,13 +200,6 @@ android_app {
        optimize: false,
        proguard_flags_files: ["proguard.flags"],
    },
    required: [
        "android.hardware.bluetooth.audio-V3-ndk",
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
    ],
    apex_available: [
        "com.android.btservices",
    ],
+0 −2
Original line number Diff line number Diff line
@@ -98,8 +98,6 @@ cc_test {
        "test/property_test.cc",
    ],
    shared_libs: [
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "liblog",
    ],
    static_libs: [
+2 −6
Original line number Diff line number Diff line
@@ -252,8 +252,6 @@ cc_test {
    shared_libs: [
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "libaaudio",
        "libbinder_ndk",
        "libcrypto",
@@ -262,6 +260,8 @@ cc_test {
    ],
    static_libs: [
        "android.hardware.bluetooth.a2dp@1.0",
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "android.system.suspend.control-V1-ndk",
        "libFraunhoferAAC",
        "libbluetooth-types",
@@ -325,10 +325,6 @@ cc_test {
        "BluetoothGeneratedDumpsysDataSchema_h",
        "BluetoothGeneratedPackets_h",
    ],
    shared_libs: [
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
    ],
    static_libs: [
        "libbluetooth-types",
        "libflatbuffers-cpp",
+0 −2
Original line number Diff line number Diff line
@@ -106,8 +106,6 @@ cc_test {
        "test/thread_performance_test.cc",
    ],
    shared_libs: [
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "liblog",
    ],
    static_libs: [
+0 −4
Original line number Diff line number Diff line
@@ -46,8 +46,6 @@ cc_test {
        "test/interop_test.cc",
    ],
    shared_libs: [
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "liblog",
    ],
    static_libs: [
@@ -79,8 +77,6 @@ cc_test {
        "test/device_iot_config_test.cc",
    ],
    shared_libs: [
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "libdl",
        "liblog",
    ],
Loading