mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 20:45:31 -04:00
universal7885: Enable DAP effect on boot
Signed-off-by: SamarV-121 <samarvispute121@pm.me> Change-Id: I669fcd7d1e8ace82e6005df41e8c7c63ee26f248 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
3507a192d3
commit
3939a12b88
5 changed files with 98 additions and 1 deletions
12
universal7885-common/apps/SamsungDAP/Android.bp
Normal file
12
universal7885-common/apps/SamsungDAP/Android.bp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
android_app {
|
||||
name: "SamsungDAP",
|
||||
|
||||
srcs: ["src/**/*.kt"],
|
||||
|
||||
certificate: "platform",
|
||||
platform_apis: true,
|
||||
|
||||
optimize: {
|
||||
proguard_flags_files: ["proguard.flags"],
|
||||
},
|
||||
}
|
||||
Loading…
Reference in a new issue