16 lines
295 B
Plaintext
16 lines
295 B
Plaintext
|
//
|
||
|
// Copyright (C) 2024 The LineageOS Project
|
||
|
//
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
//
|
||
|
|
||
|
java_library {
|
||
|
name: "xiaomi-telephony-stub",
|
||
|
provides_uses_lib: "xiaomi-telephony-stub",
|
||
|
installable: true,
|
||
|
sdk_version: "system_current",
|
||
|
srcs: [
|
||
|
"src/**/*.java",
|
||
|
],
|
||
|
}
|