mirror of
https://github.com/oplus-giulia-dev/android_hardware_oplus
synced 2025-11-04 05:45:34 +08:00
25 lines
453 B
Plaintext
25 lines
453 B
Plaintext
android_app {
|
|
name: "KeyHandler",
|
|
|
|
srcs: ["src/**/*.kt"],
|
|
|
|
certificate: "platform",
|
|
platform_apis: true,
|
|
system_ext_specific: true,
|
|
|
|
static_libs: [
|
|
"org.lineageos.settings.resources",
|
|
],
|
|
|
|
optimize: {
|
|
proguard_flags_files: ["proguard.flags"],
|
|
},
|
|
}
|
|
|
|
sh_binary {
|
|
name: "tri-state-key-calibrate",
|
|
init_rc: ["tri-state-key-calibrate.rc"],
|
|
src: "tri-state-key-calibrate.sh",
|
|
vendor: true,
|
|
}
|