Change-Id: Icd32d1f6aedb55462c9df4d7cc63a2a4c4e4263e [RealJohnGalt:] modify for oneplus usage, add toggle switch
14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
//
|
|
// Copyright (C) 2024 LibreMobileOS Foundation
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_static {
|
|
name: "libcameraservice_extension.raphael",
|
|
srcs: ["CameraProviderExtension.cpp"],
|
|
include_dirs: [
|
|
"frameworks/av/services/camera/libcameraservice/common"
|
|
],
|
|
}
|