Files
hardware_xiaomi/telephony/Android.bp
basamaryan dc4e80cf89 xiaomi: Run bpfix
Change-Id: I9f5b0887e0b89bde35de89dd4033e2737a076dd7
2024-12-25 19:27:41 -05:00

16 lines
295 B
Plaintext

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