android_device_samsung_a20/universal7885-common/apps/FMRadio/Android.bp
roynatech2544 946f4768e9 universal7885: FMRadio: Remove source edit
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
2022-10-08 01:12:37 +09:00

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",
],
}