[pjgowtham] : Add missing classes for oneplus 12 camera app Co-authored-by: cjh1249131356 <cjh1249131356@gmail.com> Co-authored-by: Pranav Vashi <neobuddy89@gmail.com>
15 lines
232 B
Plaintext
15 lines
232 B
Plaintext
//
|
|
// Copyright (C) 2022-2024 The Nameless-AOSP Project
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
java_library {
|
|
name: "oplus-fwk",
|
|
installable: true,
|
|
|
|
srcs: [
|
|
"src/**/*.aidl",
|
|
"src/**/*.java",
|
|
],
|
|
}
|