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

Commit 17771a11 authored by William Escande's avatar William Escande
Browse files

[BP CLEANUP] Format bpfmt -s in system/osi

Test: Build + Th + boot | This should be a no-op change
Bug: 277168419
Change-Id: Ie3d023b32b207d8a879e4aa38eb1117daa1d94a5
parent 5779f845
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -65,8 +65,8 @@ cc_library_static {
        "include_internal",
    ],
    defaults: [
        "fluoride_osi_defaults",
        "fluoride_basic_defaults",
        "fluoride_osi_defaults",
    ],
    // TODO(mcchou): Remove socket_utils sources after platform specific
    // dependencies are abstracted.
@@ -104,8 +104,8 @@ cc_library_static {
    target: {
        host_linux: {
            cflags: [
                "-D_GNU_SOURCE",
                "-DOS_GENERIC",
                "-D_GNU_SOURCE",
            ],
        },
    },
@@ -123,9 +123,9 @@ cc_test {
    name: "net_test_osi",
    test_suites: ["device-tests"],
    defaults: [
        "bluetooth_gtest_x86_asan_workaround",
        "fluoride_osi_defaults",
        "mts_defaults",
        "bluetooth_gtest_x86_asan_workaround",
    ],
    host_supported: true,
    srcs: [
@@ -145,18 +145,17 @@ cc_test {
        "test/reactor_test.cc",
        "test/ringbuffer_test.cc",
        "test/thread_test.cc",
        "test/wakelock_test.cc",
        "test/wakelock_test.cc", // test internal sources only used inside the libosi

        // test internal sources only used inside the libosi
        "test/internal/semaphore_test.cc",
    ],
    shared_libs: [
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "libbase",
        "liblog",
        "libcutils",
        "libcrypto",
        "libcutils",
        "liblog",
    ],
    local_include_dirs: [
        "include_internal",
@@ -165,10 +164,10 @@ cc_test {
    static_libs: [
        "libbt-common",
        "libbt-protos-lite",
        "libc++fs",
        "libgmock",
        "libosi",
        "libprotobuf-cpp-lite",
        "libc++fs",
    ],
    target: {
        host_linux: {
+2 −2
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@ cc_fuzz {
        "fuzz_alarm.cc",
    ],
    shared_libs: [
        "libcrypto",
        "libcutils",
        "liblog",
        "libprotobuf-cpp-lite",
        "libcutils",
        "libcrypto",
    ],
    static_libs: [
        "libbt-common",
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ cc_fuzz {
        "fuzz_allocator.cc",
    ],
    static_libs: [
        "libosi",
        "liblog",
        "libosi",
    ],
}
+1 −1
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@ cc_fuzz {
        "fuzz_compat.cc",
    ],
    shared_libs: [
        "liblog",
        "libcutils",
        "liblog",
    ],
    static_libs: [
        "libosi",
+1 −1
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@ cc_fuzz {
        "fuzz_fixed_queue.cc",
    ],
    shared_libs: [
        "liblog",
        "libcutils",
        "liblog",
    ],
    static_libs: [
        "libosi",
Loading