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.
31 lines
587 B
31 lines
587 B
package {
|
|
default_applicable_licenses: [
|
|
"device_linaro_dragonboard_qcom_pd-mapper_license",
|
|
],
|
|
}
|
|
|
|
// Added automatically by a large-scale-change
|
|
// See: http://go/android-license-faq
|
|
license {
|
|
name: "device_linaro_dragonboard_qcom_pd-mapper_license",
|
|
visibility: [":__subpackages__"],
|
|
license_kinds: [
|
|
"SPDX-license-identifier-BSD",
|
|
],
|
|
license_text: [
|
|
"LICENSE",
|
|
],
|
|
}
|
|
|
|
cc_binary {
|
|
name: "pd-mapper",
|
|
vendor: true,
|
|
srcs: [
|
|
"pd-mapper.c",
|
|
"assoc.c",
|
|
"json.c",
|
|
"servreg_loc.c",
|
|
],
|
|
shared_libs: ["libqrtr"],
|
|
}
|