mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
22 lines
593 B
Text
22 lines
593 B
Text
android_app {
|
|
name: "FMRadio",
|
|
srcs: [
|
|
"src/**/*.kt",
|
|
],
|
|
platform_apis: true,
|
|
jni_libs: ["libaudiohack"],
|
|
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",
|
|
],
|
|
}
|