KeyHandler: Switch to blueprint
Signed-off-by: Daniel Jacob Chittoor <djchittoor47@gmail.com> Change-Id: I7dc50b822bcb7bd0f95193bd96494ec879bd9017
This commit is contained in:
committed by
LuK1337
parent
aab3802588
commit
49274e4aba
13
KeyHandler/Android.bp
Normal file
13
KeyHandler/Android.bp
Normal 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"],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user