summaryrefslogtreecommitdiff
path: root/libacryl/Android.bp
blob: bb547f81d61c1fe9548dfe81d2ec0e3a31256328 (plain)
1
2
3
4
5
6
7
8
9
10
11
package {
    // See: http://go/android-license-faq
    default_applicable_licenses: ["Android-Apache-2.0"],
}

cc_library_headers {
    name: "google_libacryl_hdrplugin_headers",
    proprietary: true,
    local_include_dirs: ["local_include"],
    export_include_dirs: ["hdrplugin_headers", "local_include"],
}