mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: FMRadio: Don't run r8 on theme library classes
Change-Id: I7ff7065de56e77b7ba24a98ada600e8eda006a6e Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
1f58a51868
commit
315e8a18d4
2 changed files with 7 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ android_app {
|
|||
"privapp_whitelist_com.eurekateam.fmradio.xml",
|
||||
"vendor.eureka.hardware.fmradio@1.0-service",
|
||||
],
|
||||
optimize: {
|
||||
proguard_flags_files: ["rules.pro"],
|
||||
},
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
|
|
|
|||
4
universal7885-common/apps/FMRadio/rules.pro
Normal file
4
universal7885-common/apps/FMRadio/rules.pro
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
-keepattributes Signature,*Annotation*
|
||||
|
||||
-keep class de.dlyt.yanndroid.oneui.** { *; }
|
||||
Loading…
Reference in a new issue