14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
//
|
|
// Copyright (C) 2024 LibreMobileOS Foundation
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_static {
|
|
name: "libcameraservice_extension.Spacewar",
|
|
srcs: ["CameraProviderExtension.cpp"],
|
|
include_dirs: [
|
|
"frameworks/av/services/camera/libcameraservice/common"
|
|
],
|
|
}
|