c778a3ca9f
Co-authored-by: pix106 <sbordenave@gmail.com> Signed-off-by: pix106 <sbordenave@gmail.com>
29 lines
537 B
Text
29 lines
537 B
Text
//
|
|
// Copyright (C) 2017-2021 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
android_app {
|
|
name: "DeviceSettings",
|
|
defaults: [
|
|
"SettingsLibDefaults",
|
|
],
|
|
|
|
srcs: ["src/**/*.java"],
|
|
resource_dirs: ["res"],
|
|
certificate: "platform",
|
|
platform_apis: true,
|
|
system_ext_specific: true,
|
|
privileged: true,
|
|
|
|
static_libs: [
|
|
"androidx.core_core",
|
|
"org.lineageos.settings.resources",
|
|
],
|
|
|
|
optimize: {
|
|
proguard_flags_files: ["proguard.flags"],
|
|
},
|
|
|
|
}
|