Android.bp revision 248ed700fed7e682eddf3d0607592eb5f3a3fb1a
1cc_library_static {
2    name: "android.hardware.camera.common@1.0-helper",
3    srcs: [
4        "CameraModule.cpp",
5        "CameraMetadata.cpp",
6        "VendorTagDescriptor.cpp",
7        "HandleImporter.cpp"],
8    cflags: [
9        "-Werror",
10        "-Wextra",
11        "-Wall",
12    ],
13    shared_libs: [
14        "liblog",
15        "libhardware",
16        "libcamera_metadata"],
17    include_dirs: ["system/media/private/camera/include"],
18    export_include_dirs : ["include"]
19}
20
21