302ce901c0
Change-Id: I379111b22be9062ee797979960feb3087299cffa
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"],
|
|
},
|
|
|
|
}
|