1package {
2    default_applicable_licenses: [
3        "hardware_google_graphics_common_libacryl_license",
4    ],
5}
6
7// Added automatically by a large-scale-change
8// See: http://go/android-license-faq
9license {
10    name: "hardware_google_graphics_common_libacryl_license",
11    visibility: [":__subpackages__"],
12    license_kinds: [
13        "SPDX-license-identifier-Apache-2.0",
14    ],
15    license_text: [
16        "NOTICE",
17    ],
18}
19
20cc_library_headers {
21    name: "google_libacryl_hdrplugin_headers",
22    proprietary: true,
23    local_include_dirs: ["local_include"],
24    export_include_dirs: ["hdrplugin_headers", "local_include"],
25}
26