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

Commit c566f4f2 authored by Ram Mohan's avatar Ram Mohan Committed by Automerger Merge Worker
Browse files

bluetooth: Fix dependency on android.hardware.audio.common am: f6497dd7 am:...

bluetooth: Fix dependency on android.hardware.audio.common am: f6497dd7 am: 0ae83a39 am: 323d82c4

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2678077



Change-Id: I6a85ae26d891c5be308d36d63aa5f015bcc8d96a
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d08b5b7d 323d82c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ aidl_interface {
    imports: [
        "android.hardware.common-V2",
        "android.hardware.common.fmq-V1",
        "android.hardware.audio.common-V1",
        "android.hardware.audio.common-V2",
    ],
    backend: {
        cpp: {
@@ -69,7 +69,7 @@ aidl_interface {
            imports: [
                "android.hardware.common-V2",
                "android.hardware.common.fmq-V1",
                "android.hardware.audio.common-V1",
                "android.hardware.audio.common-V2",
            ],
        },

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ cc_test {
    tidy_timeout_srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
    srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
    static_libs: [
        "android.hardware.audio.common-V1-ndk",
        "android.hardware.audio.common-V2-ndk",
        "android.hardware.bluetooth.audio-V3-ndk",
        "android.hardware.common-V2-ndk",
        "android.hardware.common.fmq-V1-ndk",