mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 12:55:23 +00:00
Bug: 37540361 Test: marlin, smoke test GCA Change-Id: I9d58d9c6af20b37c016f036bce2dcf55817c59aa
24 lines
577 B
Plaintext
24 lines
577 B
Plaintext
cc_library_static {
|
|
name: "android.hardware.camera.common@1.0-helper",
|
|
vendor: true,
|
|
defaults: ["hidl_defaults"],
|
|
srcs: [
|
|
"CameraModule.cpp",
|
|
"CameraMetadata.cpp",
|
|
"VendorTagDescriptor.cpp",
|
|
"HandleImporter.cpp"],
|
|
cflags: [
|
|
"-Werror",
|
|
"-Wextra",
|
|
"-Wall",
|
|
],
|
|
shared_libs: [
|
|
"liblog",
|
|
"libhardware",
|
|
"libcamera_metadata",
|
|
"android.hardware.graphics.mapper@2.0"],
|
|
include_dirs: ["system/media/private/camera/include"],
|
|
export_include_dirs : ["include"]
|
|
}
|
|
|