Bob Badour | 2e896c1 | 2021-02-03 20:08:32 -0800 | [diff] [blame^] | 1 | package { |
| 2 | // http://go/android-license-faq |
| 3 | // A large-scale-change added 'default_applicable_licenses' to import |
| 4 | // the below license kinds from "hardware_qcom_sm8150_data_ipacfg-mgr_license": |
| 5 | // SPDX-license-identifier-BSD |
| 6 | default_applicable_licenses: [ |
| 7 | "hardware_qcom_sm8150_data_ipacfg-mgr_license", |
| 8 | ], |
| 9 | } |
| 10 | |
Chaitanya Pratapa | b367a24 | 2019-11-26 11:11:48 -0800 | [diff] [blame] | 11 | cc_library_shared { |
| 12 | name: "liboffloadhal", |
| 13 | srcs: [ |
| 14 | "src/CtUpdateAmbassador.cpp", |
| 15 | "src/HAL.cpp", |
| 16 | "src/IpaEventRelay.cpp", |
| 17 | "src/LocalLogBuffer.cpp", |
| 18 | "src/OffloadStatistics.cpp", |
| 19 | "src/PrefixParser.cpp", |
| 20 | ], |
| 21 | |
| 22 | shared_libs: [ |
Chaitanya Pratapa | b367a24 | 2019-11-26 11:11:48 -0800 | [diff] [blame] | 23 | "libhidlbase", |
Chaitanya Pratapa | b367a24 | 2019-11-26 11:11:48 -0800 | [diff] [blame] | 24 | "liblog", |
| 25 | "libcutils", |
| 26 | "libdl", |
| 27 | "libbase", |
| 28 | "libutils", |
| 29 | "libhardware_legacy", |
| 30 | "libhardware", |
| 31 | "android.hardware.tetheroffload.config@1.0", |
| 32 | "android.hardware.tetheroffload.control@1.0", |
| 33 | ], |
| 34 | export_include_dirs: ["inc"], |
| 35 | vendor: true, |
| 36 | } |