mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sky
synced 2026-02-01 09:40:11 +00:00
28 lines
514 B
Plaintext
28 lines
514 B
Plaintext
//
|
|
// Copyright (C) 2023 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
android_app_import {
|
|
name: "Ims",
|
|
owner: "xiaomi",
|
|
apk: "Ims.apk",
|
|
certificate: "platform",
|
|
dex_preopt: {
|
|
enabled: false,
|
|
},
|
|
privileged: true,
|
|
system_ext_specific: true,
|
|
}
|
|
android_app_import {
|
|
name: "QtiTelephony",
|
|
owner: "xiaomi",
|
|
apk: "QtiTelephony.apk",
|
|
certificate: "platform",
|
|
dex_preopt: {
|
|
enabled: false,
|
|
},
|
|
system_ext_specific: true,
|
|
}
|