mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
If the AIDL hal which can be allowed to change uid calls audioflinger API to change route, we don't need to change source for it. seteuid(audioserver_uid) will work fine
21 lines
561 B
Text
21 lines
561 B
Text
android_app {
|
|
name: "FMRadio",
|
|
srcs: [
|
|
"src/**/*.kt",
|
|
],
|
|
platform_apis: true,
|
|
certificate: "platform",
|
|
static_libs: [
|
|
"androidx.core_core",
|
|
"androidx.appcompat_appcompat",
|
|
"com.google.android.material_stable",
|
|
"kotlinx_coroutines",
|
|
"androidx.transition_transition",
|
|
"kotlinx_coroutines_android",
|
|
"androidx.coordinatorlayout_coordinatorlayout",
|
|
"vendor.eureka.hardware.fmradio-java",
|
|
],
|
|
required: [
|
|
"vendor.eureka.hardware.fmradio-service",
|
|
],
|
|
}
|