// | |
// 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"], | |
}, | |
} |