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.
23 lines
443 B
23 lines
443 B
//
|
|
// 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"],
|
|
},
|
|
}
|
|
|