aboutsummaryrefslogtreecommitdiff
path: root/constants/Android.bp
blob: caa06a7c9f507c88e6eb93fe6ee387d0918a5af9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "external_pdfium_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-BSD
    default_applicable_licenses: ["external_pdfium_license"],
}

cc_library_headers {
    name: "libpdfium-constants",
    export_include_dirs: ["."],
    visibility: ["//external/pdfium:__subpackages__"],
}