Files
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

33 lines
736 B
Plaintext

//
// SPDX-FileCopyrightText: 2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
android_app {
name: "OplusEsimSwitcher",
defaults: ["SettingsLibDefaults"],
srcs: ["src/**/*.kt"],
resource_dirs: ["res"],
certificate: "platform",
platform_apis: true,
system_ext_specific: true,
privileged: true,
privapp_allowlist: "org.lineageos.settings.esimswitcher.xml",
static_libs: [
"androidx.core_core",
"androidx.preference_preference",
"org.lineageos.settings.resources",
"vendor.oplus.hardware.esim-V1-java",
],
optimize: {
optimize: true,
proguard_flags_files: ["proguard.flags"],
shrink_resources: true,
},
}