cc_library_shared { | |
name: "[email protected]", | |
srcs: ["CameraDevice.cpp", | |
"CameraDeviceSession.cpp", | |
"convert.cpp"], | |
shared_libs: [ | |
"libhidlbase", | |
"libhidltransport", | |
"libhwbinder", | |
"libutils", | |
"libcutils", | |
"[email protected]", | |
"[email protected]", | |
"liblog", | |
"libhardware", | |
"libcamera_metadata" | |
], | |
static_libs: [ | |
"[email protected]" | |
], | |
export_include_dirs: ["."] | |
} |