a873a54015
e261035d91/parts
Change-Id: I442f48780ca020f3e420ee4ccaf8ac07b05457cb
Signed-off-by: Anush02198 <anush.4376@gmail.com>
26 lines
423 B
Plaintext
26 lines
423 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,
|
|
system_ext_specific: true,
|
|
privileged: true,
|
|
|
|
static_libs: [
|
|
"org.lineageos.settings.resources",
|
|
],
|
|
|
|
optimize: {
|
|
proguard_flags_files: ["proguard.flags"],
|
|
},
|
|
|
|
}
|