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

Commit 03e29e59 authored by Colin Cross's avatar Colin Cross
Browse files

bpfmt -w $(find . -name Android.bp)

Test: none
Change-Id: If38ad50d848c9e40f07c6598272a354312d9efea
parent 9d19ea64
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -30,6 +30,6 @@ subdirs = [
filegroup {
    name: "BluetoothTestConfigTemplate",
    srcs: [
    "AndroidTestTemplate.xml"
  ]
        "AndroidTestTemplate.xml",
    ],
}
+0 −1
Original line number Diff line number Diff line
@@ -16,4 +16,3 @@ cc_library_static {
    },
    srcs: ["bluetooth/metrics/bluetooth.proto"],
}
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ cc_defaults {
        "packages/modules/Bluetooth/system",
        "packages/modules/Bluetooth/system/include",
        "packages/modules/Bluetooth/system/audio_a2dp_hw/include",
    ]
    ],
}

// Audio A2DP shared library for target
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ cc_defaults {
        "packages/modules/Bluetooth/system",
        "packages/modules/Bluetooth/system/include",
        "packages/modules/Bluetooth/system/audio_hearing_aid_hw/include",
    ]
    ],
}

// Audio A2DP shared library for target
+2 −2
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@ cc_test {
    include_dirs: btifCommonIncludes,
    srcs: [
        "src/btif_profile_queue.cc",
      "test/btif_profile_queue_test.cc"
        "test/btif_profile_queue_test.cc",
    ],
    header_libs: ["libbluetooth_headers"],
    shared_libs: [
Loading