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

Commit c88a1105 authored by Hongguang Chen's avatar Hongguang Chen Committed by Android (Google) Code Review
Browse files

Merge "Use the "bluetooth.core.gap.le.conn.min.limit" sysprop config"

parents 8c9a15c2 60902993
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ cc_defaults {
        "android.hardware.bluetooth.audio@2.1",
        "android.system.suspend.control-V1-ndk",
        "android.system.suspend-V1-ndk",
        "PlatformProperties",
    ],
    static_libs: [
        "libbte",
+1 −3
Original line number Diff line number Diff line
@@ -162,9 +162,6 @@ cc_defaults {
    ],
    target: {
        android: {
            whole_static_libs: [
                "PlatformProperties",
            ],
            srcs: ["src/btif_avrcp_audio_track.cc"],
        },
        host: {
@@ -251,6 +248,7 @@ cc_test {
            shared_libs: [
                "libbinder_ndk",
                "android.hardware.bluetooth.audio-V2-ndk",
                "PlatformProperties",
            ],
        },
    },
+1 −0
Original line number Diff line number Diff line
@@ -229,6 +229,7 @@ fluoride_defaults {
                "libtinyxml2",
                "libutils",
                "libz",
                "PlatformProperties",
            ],
            static_libs: [
                "android.system.suspend.control-V1-ndk",
+2 −0
Original line number Diff line number Diff line
@@ -147,6 +147,7 @@ cc_binary {
        android: {
            shared_libs: [
                "android.hardware.bluetooth.audio-V2-ndk",
                "PlatformProperties",
            ],
        },
    },
@@ -238,6 +239,7 @@ cc_test {
                "android.system.suspend-V1-ndk",
                "libbinder",
                "libvndksupport",
                "PlatformProperties",
            ],
        },
        host: {
+8 −0
Original line number Diff line number Diff line
@@ -252,6 +252,7 @@ cc_test {
        "libtinyxml2",
        "libz",
        "libcrypto",
        "PlatformProperties",
    ],
    static_libs: [
        "android.hardware.bluetooth.a2dp@1.0",
@@ -1201,6 +1202,13 @@ cc_test {
        "libcrypto",
        "libprotobuf-cpp-lite",
    ],
    target: {
        android: {
            shared_libs: [
                "PlatformProperties",
            ],
        },
    },
    sanitize: {
        address: true,
        all_undefined: true,
Loading