Merge "audio: Make libaudioserviceexampleimpl just 'library'" am: 79cb295819
am: 95ba30ccbb
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2464079 Change-Id: I4379273bb19f74d400a7ef20273ded9a6bc0dad0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
bc6c55f5a0
1 changed files with 2 additions and 1 deletions
|
@ -54,12 +54,13 @@ cc_library {
|
|||
],
|
||||
}
|
||||
|
||||
cc_library_static {
|
||||
cc_library {
|
||||
name: "libaudioserviceexampleimpl",
|
||||
defaults: [
|
||||
"aidlaudioservice_defaults",
|
||||
"latest_android_media_audio_common_types_ndk_shared",
|
||||
"latest_android_hardware_audio_core_ndk_shared",
|
||||
"latest_android_hardware_audio_core_sounddose_ndk_shared",
|
||||
],
|
||||
export_include_dirs: ["include"],
|
||||
srcs: [
|
||||
|
|
Loading…
Reference in a new issue