mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
Remove the absolute path in AIDL EQ Android.bp am: bd9c79cbd8
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2254955 Change-Id: Ia755c3e3f0858665faae22351b4d88ba90ce4343 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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