android_device_samsung_a20/universal7885-common/apps/FMRadio/Android.bp
roynatech2544 3aff7935f2
universal7885: FMRadio: Remove from priv-apps
* Allow users to disable it if they don't want
2022-04-14 18:19:41 +09:00

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