mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
26 lines
647 B
Text
26 lines
647 B
Text
android_app {
|
|
name: "FMRadio",
|
|
srcs: [
|
|
"src/**/*.kt",
|
|
],
|
|
platform_apis: true,
|
|
privileged: true,
|
|
certificate: "platform",
|
|
jni_libs: ["libfmioctl_jni"],
|
|
static_libs: [
|
|
"androidx.core_core",
|
|
"androidx.appcompat_appcompat",
|
|
"com.google.android.material_material",
|
|
"kotlinx_coroutines_android",
|
|
],
|
|
required: [
|
|
"privapp_whitelist_com.eurekateam.fmradio.xml",
|
|
"vendor.eureka.hardware.fmradio@1.2-service",
|
|
],
|
|
}
|
|
|
|
prebuilt_etc {
|
|
name: "privapp_whitelist_com.eurekateam.fmradio.xml",
|
|
src: "privapp_whitelist_com.eurekateam.fmradio.xml",
|
|
sub_dir: "permissions",
|
|
}
|