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

Commit b1773b7e authored by Hui Peng's avatar Hui Peng Committed by Automerger Merge Worker
Browse files

Merge "Add support for address hiding [3/3]" am: 92e82adc am: 34779433 am: c3078a21

parents 7624b401 c3078a21
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@ config("target_defaults") {
    "//bt/system/linux_include",
    "//bt/system/types",
    "//bt/system/include",
    "//bt/system/gd",

    # For flatbuffer generated headers
    "${root_gen_dir}/bt/system/gd/",
+3 −0
Original line number Diff line number Diff line
@@ -157,6 +157,9 @@ cc_defaults {
        "BluetoothGeneratedDumpsysDataSchema_h",
        "BluetoothGeneratedPackets_h",
    ],
    local_include_dirs: [
        "include"
    ],
    target: {
        android: {
            srcs: ["src/btif_avrcp_audio_track.cc"],
+3 −0
Original line number Diff line number Diff line
@@ -32,6 +32,9 @@ cc_defaults {
        // there are too many unused parameters in all the code.
        "-Wno-unused-parameter",
    ],
    include_dirs: [
        "packages/modules/Bluetooth/system/gd",
    ],
}

fluoride_defaults {
+1 −0
Original line number Diff line number Diff line
@@ -191,6 +191,7 @@ cc_defaults {
        ":BluetoothSecuritySources",
        ":BluetoothStorageSources",
        ":BluetoothSyspropsSources",
        ":BluetoothLogRedactionSources",
    ],
    generated_headers: [
        "BluetoothGeneratedBundlerSchema_h_bfbs",
+7 −0
Original line number Diff line number Diff line
@@ -94,6 +94,13 @@ name: "BluetoothOsBenchmarkSources",
    ],
}

filegroup {
    name: "BluetoothLogRedactionSources",
    srcs: [
        "logging/log_redaction.cc",
    ],
}

filegroup {
    name: "BluetoothOsSources_fake_timer",
    srcs: [
Loading