Files
hardware_oplus/KeyHandler/Android.bp
Luca Stefani 9cb7b80752 KeyHandler/OplusDoze/OplusEsimSwitcher: Optimize and shrink resources
Usually a safe set of optimizations

Change-Id: I1074af3a758439ff82771b03bdb0c4484828ca25
2026-01-20 14:33:23 +01:00

27 lines
509 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: {
optimize: true,
proguard_flags_files: ["proguard.flags"],
shrink_resources: true,
},
}
sh_binary {
name: "tri-state-key-calibrate",
init_rc: ["tri-state-key-calibrate.rc"],
src: "tri-state-key-calibrate.sh",
vendor: true,
}