mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: Add FMRadio app
* Created from scratch by me (Royna) with help of LineageOS repo [1], Sony Xperia Dev repo [2] * Basic input/output, channel selection is working [1]: https://github.com/LineageOS/android_hardware_samsung_slsi_fm [2]: https://github.com/sonyxperiadev/vendor-qcom-opensource-fm Change-Id: I922bbeb9f86e6a4c7bc993d27d2f9eeb2a712186 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
4b0238fe98
commit
0519231d7b
38 changed files with 2164 additions and 0 deletions
21
universal7885-common/apps/FMRadio/Android.bp
Normal file
21
universal7885-common/apps/FMRadio/Android.bp
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
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",
|
||||
],
|
||||
required: ["privapp_whitelist_com.eurekateam.fmradio.xml"],
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "privapp_whitelist_com.eurekateam.fmradio.xml",
|
||||
src: "privapp_whitelist_com.eurekateam.fmradio.xml",
|
||||
sub_dir: "permissions",
|
||||
}
|
||||
Loading…
Reference in a new issue