22 lines
390 B
Text
22 lines
390 B
Text
|
//
|
||
|
// Copyright (C) 2023 Alcatraz323 <alcatraz32323@gmail.com>
|
||
|
//
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
//
|
||
|
|
||
|
android_app {
|
||
|
name: "CloverParts",
|
||
|
|
||
|
srcs: ["src/**/*.java"],
|
||
|
resource_dirs: ["res"],
|
||
|
certificate: "platform",
|
||
|
platform_apis: true,
|
||
|
system_ext_specific: true,
|
||
|
privileged: true,
|
||
|
|
||
|
optimize: {
|
||
|
proguard_flags_files: ["proguard.flags"],
|
||
|
},
|
||
|
|
||
|
}
|