mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: fm-aidl: Rename interfaces and fix errors
This commit is contained in:
parent
839dc3ae4c
commit
6fdc377216
16 changed files with 287 additions and 61 deletions
27
universal7885-common/apps/FMRadio/jni/Android.bp
Normal file
27
universal7885-common/apps/FMRadio/jni/Android.bp
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
cc_library_shared {
|
||||
name: "libaudiohack",
|
||||
cflags: [
|
||||
"-Wno-unused-parameter",
|
||||
],
|
||||
srcs: [
|
||||
"FM_AudioRoute_ctl.cpp",
|
||||
],
|
||||
defaults: ["eureka_defaults"],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libutils",
|
||||
"audioflinger-aidl-cpp",
|
||||
"audiopolicy-aidl-cpp",
|
||||
"audiopolicy-types-aidl-cpp",
|
||||
"libaudiofoundation",
|
||||
"libaudioutils",
|
||||
"libaudioclient",
|
||||
"libutils",
|
||||
"libaudiopolicy",
|
||||
"libaudiomanager",
|
||||
],
|
||||
header_libs: [
|
||||
"libaudioclient_headers",
|
||||
"jni_headers",
|
||||
],
|
||||
}
|
||||
Loading…
Reference in a new issue