17 lines
463 B
Plaintext
17 lines
463 B
Plaintext
|
|
package {
|
|
// See: http://go/android-license-faq
|
|
// A large-scale-change added 'default_applicable_licenses' to import
|
|
// all of the 'license_kinds' from "hardware_qcom_sm7250_gps_license"
|
|
// to get the below license kinds:
|
|
// SPDX-license-identifier-BSD
|
|
default_applicable_licenses: ["hardware_qcom_sm7250_gps_license"],
|
|
}
|
|
|
|
cc_library_headers {
|
|
|
|
name: "libloc_pla_headers",
|
|
export_include_dirs: ["android"],
|
|
vendor: true,
|
|
}
|