android_device_samsung_a20/universal7885-common/apps/FMRadio/Android.bp
Soo-Hwan Na ffaf807401
universal7885: FMRadio: Make volume delay to 4s
* 1.5s -> 4s
* Also, remove undeclared dependency

Change-Id: Ieff232fd776e52abfbc617495298ab27afd021d1
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:05:27 +09:00

27 lines
611 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",
"de.yanndroid.oneui",
],
required: [
"privapp_whitelist_com.eurekateam.fmradio.xml",
],
optimize: {
proguard_flags_files: ["rules.pro"],
},
}
prebuilt_etc {
name: "privapp_whitelist_com.eurekateam.fmradio.xml",
src: "privapp_whitelist_com.eurekateam.fmradio.xml",
sub_dir: "permissions",
}