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

Commit 288887fc authored by William Escande's avatar William Escande
Browse files

[BP CLEANUP] Add blank line to not sort some item with bpfmt

Test: Build + Th + boot | This should be a no-op change
Bug: 277168419
Change-Id: I83b23ce1c0f75718edc1fb34f270ca65b5e94985
parent 45dd4839
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -10,8 +10,11 @@ java_library_static {
    sdk_version: "core_platform",

    libs: [
        // order matters: classes in framework-bluetooth are resolved before framework, meaning
        // @hide APIs in framework-bluetooth are resolved before @SystemApi stubs in framework
        // Access to hidden apis in Bluetooth:
        "framework-bluetooth.impl",

        "framework",
    ],

+1 −1
Original line number Diff line number Diff line
@@ -99,8 +99,8 @@ java_defaults {
        // order matters: classes in framework-bluetooth are resolved before framework, meaning
        // @hide APIs in framework-bluetooth are resolved before @SystemApi stubs in framework
        "framework-bluetooth.impl",
        "framework",

        "framework",
        // if sdk_version="" this gets automatically included, but here we need to add manually.
        "framework-res",
        "app-compat-annotations",
+10 −1
Original line number Diff line number Diff line
@@ -108,14 +108,19 @@ cc_defaults {
    ],
    tidy_flags: [
        "--header-filter=^.*packages/modules/Bluetooth/system/.*.h$",

        "--extra-arg-before=-Xclang",
        "--extra-arg-before=-analyzer-config",

        "--extra-arg-before=-Xclang",
        "--extra-arg-before=optin.cplusplus.UninitializedObject:Pedantic=true",

        "--extra-arg-before=-Xclang",
        "--extra-arg-before=-analyzer-config",

        "--extra-arg-before=-Xclang",
        "--extra-arg-before=optin.cplusplus.UninitializedObject:CheckPointeeInitialization=true",

    ],
}

@@ -427,7 +432,7 @@ cc_test {
        "libbt_callbacks_cxx",
        "libbt_shim_bridge",
        "libbt_shim_ffi",
        "libbt-platform-protos-lite"
        "libbt-platform-protos-lite",
    ],
    shared_libs: [
        "libcrypto",
@@ -642,6 +647,7 @@ rust_library {
    crate_name: "bt_packets",
    srcs: [
        "rust/packets/lib.rs",

        ":BluetoothGeneratedPackets_rust",
    ],
    edition: "2018",
@@ -666,6 +672,7 @@ rust_library {
    crate_name: "bt_packets",
    srcs: [
        "rust/packets/lib.rs",

        ":BluetoothGeneratedPackets_rust",
    ],
    edition: "2018",
@@ -689,6 +696,7 @@ rust_test_host {
    ],
    srcs: [
        "rust/packets/lib.rs",

        ":BluetoothGeneratedPackets_rust",
    ],
    test_suites: ["general-tests"],
@@ -725,6 +733,7 @@ rust_test_host {
    ],
    srcs: [
        "rust/packets/test_lib.rs",

        ":TestGeneratedPackets_rust",
    ],
    test_suites: ["general-tests"],
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ rust_library_host_rlib {
    crate_name: "bt_topshim",
    srcs: [
        "src/lib.rs",

        ":libbt_topshim_wrapper_bindgen",
    ],
    rustlibs: [
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ rust_defaults {
    },
    srcs: [
        "src/lib.rs",

        ":bluetooth_core_rust_packets",
    ],
    shared_libs: [
Loading