mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sdm710-common
synced 2026-01-27 18:28:08 +00:00
* As of LineageOS/android_device_xiaomi_sdm845-common/commit/0125b10db7d4 * Only Doze-related stuff, other stuff will be added maybe later Change-Id: Icdd4191f4a9cd584062f806f275a5debad118bc1
25 lines
449 B
Plaintext
25 lines
449 B
Plaintext
//
|
|
// Copyright (C) 2017-2022 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
android_app {
|
|
name: "XiaomiParts",
|
|
|
|
srcs: ["src/**/*.java"],
|
|
resource_dirs: ["res"],
|
|
certificate: "platform",
|
|
platform_apis: true,
|
|
privileged: true,
|
|
system_ext_specific: true,
|
|
|
|
static_libs: [
|
|
"org.lineageos.settings.resources",
|
|
],
|
|
|
|
optimize: {
|
|
proguard_flags_files: ["proguard.flags"],
|
|
},
|
|
}
|