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:
roynatech2544 2022-02-19 13:21:09 +09:00
commit 315e8a18d4
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
2 changed files with 7 additions and 0 deletions

View file

@ -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 {

View file

@ -0,0 +1,4 @@
-keepattributes Signature,*Annotation*
-keep class de.dlyt.yanndroid.oneui.** { *; }