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

Commit 3d13bafe authored by Shunkai Yao's avatar Shunkai Yao Committed by Automerger Merge Worker
Browse files

Remove the absolute path in AIDL EQ Android.bp am: bd9c79cb am: 1ae2d776...

Remove the absolute path in AIDL EQ Android.bp am: bd9c79cb am: 1ae2d776 am: 5c0954ea am: d0d5ebd1

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



Change-Id: Ibf5d64ffb890f363809aa229f95f4612925b5d80
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a1150a79 d0d5ebd1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -21,6 +21,9 @@ cc_defaults {
        "android.hardware.common-V2-ndk",
        "android.hardware.common.fmq-V1-ndk",
    ],
    header_libs: [
        "libaudioaidl_headers",
    ],
}

cc_library_static {
@@ -109,3 +112,10 @@ cc_binary {
    ],
    srcs: ["EffectMain.cpp"],
}

cc_library_headers {
    name: "libaudioaidl_headers",
    export_include_dirs: ["include"],
    vendor: true,
    host_supported: true,
}
+0 −4
Original line number Diff line number Diff line
@@ -36,10 +36,6 @@ cc_library_shared {
        "latest_android_media_audio_common_types_ndk_shared",
        "latest_android_hardware_audio_effect_ndk_shared",
    ],
    include_dirs: [
        "hardware/interfaces/audio/aidl/default/include",
        "system/media/audio/include",
    ],
    srcs: [
        "Equalizer.cpp",
        ":effectCommonFile",