1
2package {
3    // See: http://go/android-license-faq
4    // A large-scale-change added 'default_applicable_licenses' to import
5    // all of the 'license_kinds' from "hardware_qcom_sm7250_gps_license"
6    // to get the below license kinds:
7    //   SPDX-license-identifier-BSD
8    default_applicable_licenses: ["hardware_qcom_sm7250_gps_license"],
9}
10
11cc_library_headers {
12
13    name: "libloc_pla_headers",
14    export_include_dirs: ["android"],
15    vendor: true,
16}
17