27 lines
620 B
Plaintext
27 lines
620 B
Plaintext
//
|
|
// Copyright (C) 2017-2021 The LineageOS Project
|
|
// (C) 2023-24 Paranoid Android
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
android_app {
|
|
name: "DolbyManager",
|
|
srcs: ["src/**/*.kt"],
|
|
resource_dirs: ["res"],
|
|
certificate: "platform",
|
|
platform_apis: true,
|
|
privileged: true,
|
|
system_ext_specific: true,
|
|
|
|
overrides: ["MusicFX"],
|
|
static_libs: [
|
|
"SettingsLib",
|
|
"SpaLib",
|
|
"androidx.activity_activity-compose",
|
|
"androidx.compose.material3_material3",
|
|
"androidx.compose.runtime_runtime",
|
|
"androidx.preference_preference",
|
|
],
|
|
}
|