Co-authored-by: LuK1337 <priv.luk@gmail.com> Change-Id: I8be990cd691b4ca84701f68c84ea0e807f22c647
31 lines
680 B
Plaintext
31 lines
680 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: {
|
|
proguard_flags_files: ["proguard.flags"],
|
|
},
|
|
}
|