mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
Merge "CSD: remove unused library" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
c3bada822d
@@ -39,38 +39,6 @@ cc_defaults {
|
||||
],
|
||||
}
|
||||
|
||||
cc_library {
|
||||
name: "libaudioservicesounddoseimpl",
|
||||
vendor: true,
|
||||
defaults: [
|
||||
"latest_android_media_audio_common_types_ndk_shared",
|
||||
"latest_android_hardware_audio_core_sounddose_ndk_shared",
|
||||
"latest_android_hardware_audio_sounddose_ndk_shared",
|
||||
],
|
||||
export_include_dirs: ["include"],
|
||||
srcs: [
|
||||
"SoundDose.cpp",
|
||||
],
|
||||
shared_libs: [
|
||||
"libaudio_aidl_conversion_common_ndk",
|
||||
"libaudioutils",
|
||||
"libbase",
|
||||
"libbinder_ndk",
|
||||
"libcutils",
|
||||
"libutils",
|
||||
],
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Werror",
|
||||
"-Wthread-safety",
|
||||
"-DBACKEND_NDK",
|
||||
],
|
||||
visibility: [
|
||||
"//hardware/interfaces/audio/aidl/sounddose/default",
|
||||
],
|
||||
}
|
||||
|
||||
cc_library {
|
||||
name: "libaudioserviceexampleimpl",
|
||||
defaults: [
|
||||
|
||||
Reference in New Issue
Block a user