Files
AnierinB 33ab6f0744 motorola: Initial StylusKeyHandler
Change-Id: Ie5e2740eeb0ad1e64b48f7956eeca7a235e8c703
Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-08-27 16:14:40 +03:00

26 lines
511 B
Plaintext

//
// SPDX-FileCopyrightText: The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
android_app {
name: "StylusKeyHandler",
defaults: ["SettingsLibDefaults"],
srcs: ["src/**/*.kt"],
certificate: "platform",
platform_apis: true,
system_ext_specific: true,
static_libs: [
"androidx.core_core",
"androidx.preference_preference",
"org.lineageos.settings.resources",
],
optimize: {
proguard_flags_files: ["proguard.flags"],
},
}