You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.2 KiB
59 lines
1.2 KiB
|
|
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"],
|
|
}
|
|
|
|
prebuilt_etc {
|
|
|
|
name: "gps.conf",
|
|
vendor: true,
|
|
src: "gps.conf",
|
|
}
|
|
|
|
prebuilt_etc {
|
|
|
|
name: "flp.conf",
|
|
vendor: true,
|
|
src: "flp.conf",
|
|
}
|
|
|
|
prebuilt_etc {
|
|
|
|
name: "gnss_antenna_info.conf",
|
|
vendor: true,
|
|
src: "gnss_antenna_info.conf",
|
|
}
|
|
|
|
prebuilt_etc {
|
|
name: "gnss@2.0-base.policy",
|
|
vendor: true,
|
|
sub_dir: "seccomp_policy",
|
|
src: "seccomp_policy/gnss@2.0-base.policy",
|
|
}
|
|
|
|
prebuilt_etc {
|
|
name: "gnss@2.0-xtra-daemon.policy",
|
|
vendor: true,
|
|
sub_dir: "seccomp_policy",
|
|
src: "seccomp_policy/gnss@2.0-xtra-daemon.policy",
|
|
}
|
|
|
|
prebuilt_etc {
|
|
name: "gnss@2.0-xtwifi-client.policy",
|
|
vendor: true,
|
|
sub_dir: "seccomp_policy",
|
|
src: "seccomp_policy/gnss@2.0-xtwifi-client.policy",
|
|
}
|
|
|
|
prebuilt_etc {
|
|
name: "gnss@2.0-xtwifi-inet-agent.policy",
|
|
vendor: true,
|
|
sub_dir: "seccomp_policy",
|
|
src: "seccomp_policy/gnss@2.0-xtwifi-inet-agent.policy",
|
|
}
|