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

Commit bd9c79cb authored by Shunkai Yao's avatar Shunkai Yao
Browse files

Remove the absolute path in AIDL EQ Android.bp

Bug: 253474521
Test: m android.hardware.audio.effect.service-aidl.example; m libequalizer
Change-Id: Ic8ce31572e2fc6c566e306c25350680a7d352709
parent b13e5b8c
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",