mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
universal7885: FMRadio: Make OneUI theme lib link statically
* Also, mark FM Hal is required for this app
This commit is contained in:
parent
85c8b40155
commit
e03d7d13d9
1 changed files with 5 additions and 1 deletions
|
|
@ -10,8 +10,12 @@ android_app {
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"androidx.core_core",
|
"androidx.core_core",
|
||||||
"androidx.appcompat_appcompat",
|
"androidx.appcompat_appcompat",
|
||||||
|
"de.yanndroid.oneui",
|
||||||
|
],
|
||||||
|
required: [
|
||||||
|
"privapp_whitelist_com.eurekateam.fmradio.xml",
|
||||||
|
"vendor.eureka.hardware.fmradio@1.0-service",
|
||||||
],
|
],
|
||||||
required: ["privapp_whitelist_com.eurekateam.fmradio.xml"],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
prebuilt_etc {
|
prebuilt_etc {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue