mirror of
https://github.com/oplus-giulia-dev/android_hardware_oplus
synced 2025-11-04 05:45:34 +08:00
Co-authored-by: LuK1337 <priv.luk@gmail.com> Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com> Change-Id: I9190d506e25501e18ac4edc4fd4c9a2d9d9145cd
16 lines
226 B
Plaintext
16 lines
226 B
Plaintext
//
|
|
// Copyright (C) 2024 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
java_library {
|
|
name: "oplus-fwk",
|
|
installable: true,
|
|
|
|
srcs: [
|
|
"src/**/*.aidl",
|
|
"src/**/*.java",
|
|
],
|
|
}
|