KeyHandler: Switch to blueprint

Signed-off-by: Daniel Jacob Chittoor <djchittoor47@gmail.com>
Change-Id: I7dc50b822bcb7bd0f95193bd96494ec879bd9017
This commit is contained in:
Daniel Jacob Chittoor
2021-09-17 20:33:37 +02:00
committed by LuK1337
parent aab3802588
commit 49274e4aba
3 changed files with 16 additions and 31 deletions

13
KeyHandler/Android.bp Normal file
View File

@@ -0,0 +1,13 @@
android_app {
name: "KeyHandler",
srcs: ["src/**/*.java"],
certificate: "platform",
platform_apis: true,
system_ext_specific: true,
optimize: {
proguard_flags_files: ["proguard.flags"],
},
}