mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
21 lines
553 B
Text
21 lines
553 B
Text
android_app {
|
|
name: "FMRadio",
|
|
srcs: [
|
|
"src/**/*.kt",
|
|
],
|
|
platform_apis: true,
|
|
certificate: "platform",
|
|
jni_libs: ["libfmnative_jni"],
|
|
static_libs: [
|
|
"androidx.core_core",
|
|
"androidx.appcompat_appcompat",
|
|
"com.google.android.material_stable",
|
|
"kotlinx_coroutines",
|
|
"androidx.transition_transition",
|
|
"kotlinx_coroutines_android",
|
|
"androidx.coordinatorlayout_coordinatorlayout",
|
|
],
|
|
required: [
|
|
"vendor.eureka.hardware.fmradio@1.2-service",
|
|
],
|
|
}
|