19 lines
364 B
Plaintext
19 lines
364 B
Plaintext
//
|
|
// Copyright (C) 2017-2021 The LineageOS Project
|
|
// (C) 2023 Paranoid Android
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
android_app {
|
|
name: "DolbyManager",
|
|
srcs: ["src/**/*.java"],
|
|
certificate: "platform",
|
|
platform_apis: true,
|
|
privileged: true,
|
|
system_ext_specific: true,
|
|
static_libs: [
|
|
"SettingsLib",
|
|
],
|
|
}
|