25 lines
392 B
Plaintext
25 lines
392 B
Plaintext
|
//
|
||
|
// Copyright (C) 2017-2020 The LineageOS Project
|
||
|
//
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
//
|
||
|
|
||
|
android_app {
|
||
|
name: "XiaomiParts",
|
||
|
|
||
|
srcs: ["src/**/*.java"],
|
||
|
|
||
|
certificate: "platform",
|
||
|
platform_apis: true,
|
||
|
privileged: true,
|
||
|
|
||
|
static_libs: [
|
||
|
"org.lineageos.settings.resources",
|
||
|
],
|
||
|
|
||
|
optimize: {
|
||
|
proguard_flags_files: ["proguard.flags"],
|
||
|
},
|
||
|
|
||
|
}
|