Bob Badour | 37cbae4 | 2021-02-12 14:46:18 -0800 | [diff] [blame^] | 1 | package { |
| 2 | default_applicable_licenses: [ |
| 3 | "device_linaro_dragonboard_qcom_pd-mapper_license", |
| 4 | ], |
| 5 | } |
| 6 | |
| 7 | // Added automatically by a large-scale-change |
| 8 | // See: http://go/android-license-faq |
| 9 | license { |
| 10 | name: "device_linaro_dragonboard_qcom_pd-mapper_license", |
| 11 | visibility: [":__subpackages__"], |
| 12 | license_kinds: [ |
| 13 | "SPDX-license-identifier-BSD", |
| 14 | ], |
| 15 | license_text: [ |
| 16 | "LICENSE", |
| 17 | ], |
| 18 | } |
| 19 | |
Amit Pundir | d477f82 | 2020-02-07 22:26:08 +0530 | [diff] [blame] | 20 | cc_binary { |
| 21 | name: "pd-mapper", |
| 22 | vendor: true, |
| 23 | srcs: [ |
| 24 | "pd-mapper.c", |
Amit Pundir | 4429e58 | 2020-04-14 22:15:09 +0530 | [diff] [blame] | 25 | "assoc.c", |
| 26 | "json.c", |
Amit Pundir | d477f82 | 2020-02-07 22:26:08 +0530 | [diff] [blame] | 27 | "servreg_loc.c", |
| 28 | ], |
| 29 | shared_libs: ["libqrtr"], |
| 30 | } |