1package {
2    // See: http://go/android-license-faq
3    default_applicable_licenses: ["Android-Apache-2.0"],
4}
5
6cc_library {
7    name: "libacryl_hdr_plugin",
8    proprietary: true,
9    include_dirs: [
10        "hardware/google/graphics/gs101/include",
11        "hardware/google/graphics/common/include"
12    ],
13    srcs: ["libacryl_hdr_plugin.cpp"],
14    shared_libs: ["liblog", "[email protected]"],
15    header_libs: ["google_libacryl_hdrplugin_headers", "libsystem_headers"],
16    cflags: ["-Werror"],
17}
18