universal7885: Enable DAP effect on boot

Change-Id: I07daeebc1a4b51905e7551081b1530e0502689d2
Signed-off-by: SamarV-121 <samarvispute121@pm.me>
This commit is contained in:
LuK1337 2021-09-18 00:08:16 +02:00 committed by roynatech2544
commit 97a81dec31
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
5 changed files with 98 additions and 1 deletions

12
dap/Android.bp Normal file
View file

@ -0,0 +1,12 @@
android_app {
name: "SamsungDAP",
srcs: ["src/**/*.kt"],
certificate: "platform",
platform_apis: true,
optimize: {
proguard_flags_files: ["proguard.flags"],
},
}