mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
universal7885: Enable DAP effect on boot
Change-Id: I07daeebc1a4b51905e7551081b1530e0502689d2 Signed-off-by: SamarV-121 <samarvispute121@pm.me>
This commit is contained in:
parent
6c3b4b5fbf
commit
97a81dec31
5 changed files with 98 additions and 1 deletions
12
dap/Android.bp
Normal file
12
dap/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