This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hardware_oplus-CherishOS/KeyHandler/Android.bp
LuK1337 94f6a33159 KeyHandler: Java -> Kotlin
Change-Id: Ia39b3055315cecdf32722c0361f29c042e06a81c
2022-04-11 17:55:13 +02:00

14 lines
228 B
Plaintext

android_app {
name: "KeyHandler",
srcs: ["src/**/*.kt"],
certificate: "platform",
platform_apis: true,
system_ext_specific: true,
optimize: {
proguard_flags_files: ["proguard.flags"],
},
}