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

Commit 72e678b1 authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge changes from topic "conn.min.limit_sysprop-master" am: cb1d20f4

parents 06f7bb67 cb1d20f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@ cc_defaults {
        "libbluetooth_headers",
    ],
    shared_libs: [
        "PlatformProperties",
        "android.hardware.bluetooth.a2dp@1.0",
        "android.hardware.bluetooth.audio-V3-ndk",
        "android.hardware.bluetooth.audio@2.0",
@@ -39,6 +38,7 @@ cc_defaults {
        "android.hardware.bluetooth@1.1",
        "android.system.suspend-V1-ndk",
        "android.system.suspend.control-V1-ndk",
        "libPlatformProperties",
        "libaaudio",
        "libbinder_ndk",
        "libcrypto",
+1 −1
Original line number Diff line number Diff line
@@ -294,8 +294,8 @@ cc_test {
    target: {
        android: {
            shared_libs: [
                "PlatformProperties",
                "android.hardware.bluetooth.audio-V3-ndk",
                "libPlatformProperties",
                "libbinder_ndk",
            ],
        },
+1 −1
Original line number Diff line number Diff line
@@ -209,11 +209,11 @@ cc_defaults {
    target: {
        android: {
            shared_libs: [
                "PlatformProperties",
                "android.hardware.bluetooth.audio-V3-ndk",
                "android.hardware.bluetooth.audio@2.0",
                "android.hardware.bluetooth.audio@2.1",
                "android.system.suspend-V1-ndk",
                "libPlatformProperties",
                "libaaudio",
                "libbinder_ndk",
                "libcutils",
+2 −2
Original line number Diff line number Diff line
@@ -311,12 +311,12 @@ cc_test {
        "test/stack_avrcp_test.cc",
    ],
    shared_libs: [
        "PlatformProperties",
        "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",
        "libPlatformProperties",
        "libaaudio",
        "libbinder_ndk",
        "libcrypto",
@@ -1434,7 +1434,7 @@ cc_test {
    target: {
        android: {
            shared_libs: [
                "PlatformProperties",
                "libPlatformProperties",
            ],
        },
    },
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,6 @@ cc_defaults {
        "libudrv-uipc",
    ],
    shared_libs: [
        "PlatformProperties",
        "android.hardware.bluetooth.a2dp@1.0",
        "android.hardware.bluetooth.audio-V3-ndk",
        "android.hardware.bluetooth.audio@2.0",
@@ -53,6 +52,7 @@ cc_defaults {
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "android.system.suspend.control-V1-ndk",
        "libPlatformProperties",
        "libaaudio",
        "libbase",
        "libbinder",
Loading