You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
443 B
24 lines
443 B
4 years ago
|
//
|
||
|
// Copyright (C) 2020-2021 The LineageOS Project
|
||
|
//
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
//
|
||
|
|
||
|
android_app {
|
||
|
name: "AdvancedDisplay",
|
||
|
|
||
|
srcs: ["src/**/*.java"],
|
||
|
resource_dirs: ["res"],
|
||
|
certificate: "platform",
|
||
|
platform_apis: true,
|
||
|
|
||
|
static_libs: [
|
||
|
"org.lineageos.platform.internal",
|
||
|
"org.lineageos.settings.resources",
|
||
|
],
|
||
|
|
||
|
optimize: {
|
||
|
proguard_flags_files: ["proguard.flags"],
|
||
|
},
|
||
|
}
|