mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
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
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user