mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Test: links/camera works Bug: 33241851 Change-Id: I5bb846fabca29b789692fe8c253383fd821b8ba6
23 lines
529 B
Plaintext
23 lines
529 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"],
|
|
include_dirs: ["system/media/private/camera/include"],
|
|
export_include_dirs : ["include"]
|
|
}
|
|
|