20 lines
294 B
Plaintext
20 lines
294 B
Plaintext
//
|
|
// Copyright (C) 2023 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
android_app {
|
|
name: "MtkInCallService",
|
|
|
|
srcs: ["src/**/*.java"],
|
|
|
|
certificate: "platform",
|
|
platform_apis: true,
|
|
privileged: true,
|
|
|
|
optimize: {
|
|
enabled: false,
|
|
},
|
|
}
|