* Prevents fp from triggering other events such as
vibrate on long press
Fixes: 7b74e3d8fef912c35f6d48f69c951af290414d73 ("keylayout: Redirect keycode 96 to CAMERA")
Co-authored-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
Signed-off-by: Joker-V2 <nipinna0@gmail.com>
20 lines
299 B
Plaintext
20 lines
299 B
Plaintext
//
|
|
// Copyright (C) 2021 WaveOS
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
android_app {
|
|
name: "KeyHandler",
|
|
|
|
srcs: ["src/**/*.java"],
|
|
|
|
certificate: "platform",
|
|
platform_apis: true,
|
|
privileged: true,
|
|
|
|
optimize: {
|
|
proguard_flags_files: ["proguard.flags"],
|
|
},
|
|
}
|