mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sdm710-common
synced 2026-01-27 18:28:08 +00:00
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"],
|
||
|
|
},
|
||
|
|
}
|